Jump to content

isael.diaz

Members
  • Posts

    2
  • Joined

  • Last visited

isael.diaz's Achievements

Member

Member (1/2)

0

Reputation

  1. I am trying to understand what is the intention behind using sc_attribute, what advantage does it give. From what I can read from the LRM it is just a container that binds classes to sc_objects, but for what purpose? When should I use them and when should I avoid them, any good advise out there?
  2. Is there any best practices on how to implement synchronization on demand? In the case of a shared memory, would the memory target need to keep track of the local time of all the initiators (thread) that access the shared part of the memory in order to call wait() if conflicts are detected. A simple example would be greatly appreciated.
×
×
  • Create New...