StanfordVLSI / dragonphy2

Open Source PHY v2
Apache License 2.0
22 stars 2 forks source link

Fix some block-level tests that were broken under irun/xrun #124

Closed sgherbst closed 3 years ago

sgherbst commented 3 years ago

This small PR fixes a couple of tests that were failing when simulated with irun/xrun because the simulator was exiting early (had to do with the num_cycle argument not being set correctly in fault). We weren't seeing this on the regression servers because they use iverilog for those tests.