3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-11 16:23:33 +00:00
sby/docs/examples/fifo/golden
KrystalDelusion d6d7119cd5 Rewrite of non verific underfill/overfill
w_underfill should provide identical results regardless of whether
or not Verific is used.  w_overfill doesn't have the extra check
for prettiness without Verific because I'm too lazy to do it.

Replaced $past function with past_nwen register to ensure correct
operation.

Expanded w_underfill under Verific to use a property block to more
easily compare the two versions side by side.

Changed Concurrent assertions section of doc to compare the two
implementations of w_underfill.  Should provide a better example
for why using verific makes it easier.
2022-08-09 11:48:40 +12:00
..
fifo.sby Add noverific task to test the non verific code 2022-08-09 11:32:59 +12:00
fifo.sv Rewrite of non verific underfill/overfill 2022-08-09 11:48:40 +12:00