Jump to content

Collector vs. monitor


Recommended Posts

Here is a terminology question. Cadence uses the term, "collector" to refer to the transactor that sits on the bus and collects transactions based on signal changes, and then sends those transactions to a "monitor". This seems the opposite of how others use these terms, where the monitor is the low-level passive BFM, and it sends transactions up to a scoreboard collector, functional coverage collector, etc.

I could not find the term "collector" in the UVM documentation.

Thanks!

Chris Spear

Link to comment
Share on other sites

This term "collector" should be created by Sharon Rosenberg, the auther of the UVM book. its actually a part of the original monitor that in charge of facing singals and organizes them into atomic transactions. the monitor then in charge to combine atomic transactions into higher level transaction.

take the AHB for example, collector generates AHB Transfers and montiors generates AHB Burst, take USB for example, the collector generates USB packets and the monitors generates USB Transactions, each transaction may include 2-4 packets.

by the way, are you the author of "SystemVerilog for Verification"?

Link to comment
Share on other sites

Hello,

The collector is an optional component of a UVC agent. It allows you to separate the signal-level monitoring and checking from the transaction-level monitoring and checking. This is similar to the sequencer/driver pair which handle the transaction-level and signal-level stimulus generation. We recommend that you use the split monitor (collector/monitor) if you plan to use transaction-level modeling or acceleration as alternate verification methods.

Kathleen

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