Skip to content
Update User Guide Interface UVC Generation authored by Daniel Bayer's avatar Daniel Bayer
...@@ -67,8 +67,12 @@ The Access direction is provided as a drop-down box, which contains three option ...@@ -67,8 +67,12 @@ The Access direction is provided as a drop-down box, which contains three option
The HDL Name column indicates the default name of the signal in the HDL top-level testbench harness. This value is only given to provide a default name, so it is possible to create a complete and executable testbench package. The HDL Name column indicates the default name of the signal in the HDL top-level testbench harness. This value is only given to provide a default name, so it is possible to create a complete and executable testbench package.
Adding New Signals: **Adding New Signals:**
To put multiple signals in your protocol UVC, you can either To put multiple signals in your protocol UVC, you can either click the "Add Signal" button found on the left hand-side of the GUI or you can simply use the TAB key to cycle from cell to cell and create a new signal line at the HDL Name column of the last line.
**Removing Signals:**
Removing a signal is done by clicking the line's index (to the left of the Name column) and then clicking the "Remove" button.
**Adding Custom Enumerated Types** **Adding Custom Enumerated Types**
... ...
......