Jump to content

Dynamic TDF implementation


Recommended Posts

Hi,

 

I am referring to the Whitepaper:

http://www.accellera.org/resources/articles/amsdynamictdf

 

I tried to call the "allow_dynamic_tdf()" function in the set_attributes callback but it looks it is undefined.

 

I have systemc-ams-2.0_beta1 Version installed. I thought this proof of concept already includes the dynamic tdf MoC.

 

Or do I have the wrong understanding?

 

Thanks!

Ismael

 

 

Link to comment
Share on other sites

The whitepaper was published long before the release of the SystemC AMS 2.0 LRM, so therefore there were some changes in the API. You will find the updated whitepaper in Annex A2 of the AMS 2.0 standard, which includes the updated language constructs. Here you can read that the member functions allow_dynamic_tdf() and disallow_dynamic_tdf() are replaced by does_attribute_changes() and does_no_attribute_changes(). The defintion of these methods are explained in the sections with the corresponding name.

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