Jump to content

Need a example with the environment running at SC_FS? using SC_CLOCK


prasanna.kesavan

Recommended Posts

Sorry its my mistake and i used set_time resolution at the time of elaboration, but didn't notice my sc_clock declaration.

Before (error)

sc_clock       clk("clk",20, SC_FS);

sc_set_time_resolution(1,SC_FS);

After (start working)

sc_set_time_resolution(1,SC_FS);

sc_clock       clk("clk",20, SC_FS);

Thanks and closing the topic.

Regards, Prasanna

 

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...