Origen-SDK / origen_sim

Plugin to enable Origen patterns to be run in a dynamic Verilog simulation
MIT License
1 stars 4 forks source link

Invalid pin X state reporting #33

Closed redxeth closed 5 years ago

redxeth commented 5 years ago

It seems that if a pin has state 'x' that the reporting log shows a value of 0.

Currently expecting value of 0 on a pin but simulations fails showing:

 `expected 0 received 0`

Confirmed pin showing 'x' (unknown) state so need origen_sim fixed to instead show:

 `expected 0 received X`

Any other non-0, non-1 states should be similarly handled.