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

Fixed issue reporting status of read only bits in failed transactions #40

Closed ginty closed 5 years ago

ginty commented 5 years ago

The failed transaction actual/expected data was wrong in the case where a mis-compared bit was read only, this fixes it.

Added a test case for this in fails.rb and cleanup some of the internal variable ordering as it was more intuitive to read expected -> actual when debugging this.