Jump to content

Further help needed with finding port that is not bound


swldstn

Recommended Posts

Fairly new to systemc and I get the message

 

"Error (E112) get interface failed: port is not bound: port 'Instance1.SubInstance.port_name' (sc_object) ....

 

I've already named my ports at the top of SC_CTOR so I know what port but can understand why it thinks i not bound because to my untrained eye it looks like it is. Its just a port, brought, all the way up to the top level where I have

 

sc_signal<bool>   west_enable;

sc_signal<bool>   east_enable;

 

and 

 

tx_module  tx_west("WEST_TX")

 

tx_west.i_enable(west_enable);

 

I have an east and west and the east has the same declaration but does not yield an error. It maybe only because it doesn't get by this error to show me the next. Code compiles fine with zero errors of course.

 

How can I debug this further?

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