3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-06 09:00:54 +00:00
yosys/passes
Krystine Sherwin aa096d4e3f
symfpu: Add -compare mode
Also `min` and `max` ops.  RISC-V uses IEEE 754-2019 semantics where `min(+0,-0) == -0` and `max(+0,-0) == +0` so we do the same here.  We could make it optional, but as I understand it the newer behavior is still backwards compatible (since previously it was valid to have selected either).
2026-06-06 09:34:45 +12:00
..
cmds symfpu: Add -compare mode 2026-06-06 09:34:45 +12:00
equiv Migrate build system to CMake 2026-06-03 08:58:10 +00:00
fsm Migrate build system to CMake 2026-06-03 08:58:10 +00:00
hierarchy Migrate build system to CMake 2026-06-03 08:58:10 +00:00
memory Migrate build system to CMake 2026-06-03 08:58:10 +00:00
opt Fixed warnings found by gcc-16 2026-06-03 13:09:38 +02:00
pmgen Migrate build system to CMake 2026-06-03 08:58:10 +00:00
proc Migrate build system to CMake 2026-06-03 08:58:10 +00:00
sat Migrate build system to CMake 2026-06-03 08:58:10 +00:00
techmap Migrate build system to CMake 2026-06-03 08:58:10 +00:00
tests Migrate build system to CMake 2026-06-03 08:58:10 +00:00
CMakeLists.txt Migrate build system to CMake 2026-06-03 08:58:10 +00:00