Jump to content

Error: complete binding failed: port not bound. the port is the seq_item_port of a slave driver


Recommended Posts

In my verification environment, there is a driver operating as a slave mode without the need for a seq_item_port, so its  seq_item_port is not connect to seq_item_export of the sequencer. However, when running the test, an error occurs as indicated in the title.  I used to connect seq_item_port only when the driver is in a master agent in systemverilog. look like it is mandatory to connect every seq_item_port of drivers?

Link to comment
Share on other sites

Hi Jerome,

According to the standard, a uvm_driver shall have a seq_item_port and an rsp_port. What is your use case for including a uvm_driver that is not fetching sequences from a sequencer? Probably you should derive your own "driver" component from uvm_component and only add the ports that you need?

-- 

Bas

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