Jump to content

coderoo

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    coderoo reacted to maehne in Split custom bundled signals and connect to individual ports   
    You'll have to create internal (i.e., private) signals for each member of the bundled class, which you need to connect to sub-blocks. Then, you have to register a SC_METHOD or SC_THREAD, which is sensitive to changes of the bundled input. The method/thread can then assign the correct new values to the internal signals based on the changed bundled input.
×
×
  • Create New...