yosys/passes/memory
Xiretza edd8ff2c07
Add flooring division 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 $divfloor cell provides this flooring division.

This commit also fixes the handling of $div in opt_expr, which was
previously optimized as if it was $divfloor.
2020-05-28 22:59:04 +02:00
..
Makefile.inc Add "memory_nordff" pass 2018-03-06 23:31:51 +01:00
memory.cc Add "opt_mem" pass 2019-11-22 17:45:22 +01:00
memory_bram.cc memory_bram: Fix ignorance of valid, matched rules 2020-04-10 21:48:04 +01:00
memory_collect.cc Clean up `passes/memory/memory_collect.cc`. 2020-04-09 05:43:05 +00:00
memory_dff.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
memory_map.cc Merge pull request #1603 from whitequark/ice40-ram_style 2020-04-10 14:51:01 +00:00
memory_memx.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
memory_nordff.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
memory_share.cc Add flooring division operator 2020-05-28 22:59:04 +02:00
memory_unpack.cc Clean up `passes/memory/memory_unpack.cc`. 2020-04-09 05:38:36 +00:00