Jump to content

How to implement i2c clock synchronization using systemc?


saraswathi.m

Recommended Posts

Hi,

 

 

How to implement i2c clock synchronization using systemc?

 

 

 

/saraswathi

In I2c u would be having suppose 4 clocks. You would implement four clocks in systemC initially using sc_clock construct, then u have to do anding of four clocks to generate single synchronised clock.

Link to comment
Share on other sites

Hi,

 

 

How to implement i2c clock synchronization using systemc?

 

 

 

/saraswathi

Hello Sir/Madam,

Real world on chip clock synchronization is achieved

with a bautiful analog scheme - phase locked loop(PLL).

A phase locked loop can be implemnted in both SystemC

and SystemC-AMS very easily. An alternative is to use

derived clocks - master clock triggering several other

clocks - the derived clock runs at the same frequency

as the master clock as:

clkout.write(clkin.read());

Hope that helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...