1
0
mirror of synced 2026-04-26 20:28:22 +00:00
Files
YosysHQ.yosys/backends/smt2
Xiretza 17163cf43a Add flooring modulo operator
The $div and $mod cells use truncating division semantics (rounding
towards 0), as defined by e.g. Verilog. Another rounding mode, flooring
(rounding towards negative infinity), can be used in e.g. VHDL. The
new $modfloor cell provides this flooring modulo (also known as "remainder"
in several languages, but this name is ambiguous).

This commit also fixes the handling of $mod in opt_expr, which was
previously optimized as if it was $modfloor.
2020-05-28 22:59:03 +02:00
..
2015-10-13 17:17:23 +02:00
2015-10-13 17:17:23 +02:00
2020-04-10 10:38:40 +02:00
2020-05-28 22:59:03 +02:00
2020-05-19 16:13:44 +00:00