Visible to Intel only — GUID: vgo1460626963517
Ixiasoft
2.8.1. Link Consistency
2.8.2. Data Rate
2.8.3. Reference Clock Frequency
2.8.4. Port Type
2.8.5. Self Synchronized Link Up
2.8.6. Scramble
2.8.7. Broadcast Mode
2.8.8. Lane Polarity and Order Reversal
2.8.9. Data Type
2.8.10. Packet Type
2.8.11. Flow Control Operation
2.8.12. Transmit/Receive FIFO Buffers
2.8.13. Data Integrity Protection: CRC
2.8.14. Transceiver Configuration
2.8.15. Error Handling
2.8.16. Optimizing the Implementation
Visible to Intel only — GUID: vgo1460626963517
Ixiasoft
4.4.3. Status Monitors
The simulation includes status pin monitors (pin_mon) for the DUT and SISTERs (pin_mon_<pin_name> ). When enabled (by default), the status monitor compares the received data against the expected data. If the expected value is different from the current value, the monitor flags an error.
Set the en input pin high to enable a pin monitor, low to disable a pin monitor, or for Verilog HDL only use the tasks. The Verilog HDL pin monitor expected value can be set by a task.
pin_mon Tasks | Description |
---|---|
on | This task enables monitoring (the en input pin must also be set high to enable monitoring). |
off | This task disables monitoring (regardless of the value of the en input pin). |
verbose_on | This task enables the display of verbose messages. |
verbose_off | This task disables the display of verbose messages. |
set_expect (bit value) | This task sets the expected pin value. |