3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-29 23:43:23 +00:00
yosys/tests/cxxrtl
Merry d07a55a852 cxxrtl: Fix sdivmod
x = x.neg(); results in the subsequent x.is_neg() always being false.
Ditto for the dividend.is_neg() != divisor.is_neg() test.
2024-03-30 07:56:11 +00:00
..
.gitignore
run-test.sh
test_value.cc
test_value_fuzz.cc cxxrtl: Fix sdivmod 2024-03-30 07:56:11 +00:00