mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +00:00
Removing some signed checks and logic where we've already guaranteed the values to be positive. Indeed, in these cases, if a negative value got through (per my realisation in the signed fuzz harness), it would cause an infinite loop due to flooring division. |
||
---|---|---|
.. | ||
fuzz | ||
.gitignore | ||
always_display.v | ||
always_full.v | ||
always_full_tb.cc | ||
always_full_tb.v | ||
display_lm.v | ||
display_lm_tb.cc | ||
initial_display.v | ||
roundtrip.v | ||
roundtrip_tb.v | ||
run-test.sh |