yosys/passes/opt
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 opt_lut_ins pass. (#1673) 2020-02-03 14:57:17 +01:00
muxpack.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
opt.cc Add 'opt_share' to 'opt -full' 2019-08-16 13:47:37 -07:00
opt_clean.cc opt_clean: improve warning message 2020-05-14 00:59:38 -07:00
opt_demorgan.cc Use more ID::{A,B,Y,blackbox,whitebox} 2019-08-15 14:50:10 -07:00
opt_expr.cc Add flooring division operator 2020-05-28 22:59:04 +02:00
opt_lut.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
opt_lut_ins.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
opt_mem.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
opt_merge.cc [NFCI] Deduplicate builtin FF cell types list 2020-04-09 18:05:06 +02:00
opt_muxtree.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
opt_reduce.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
opt_rmdff.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
opt_share.cc Add flooring division operator 2020-05-28 22:59:04 +02:00
pmux2shiftx.cc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
rmports.cc Fix formatting for msys2 mingw build using GetSize 2019-08-01 17:27:34 +02:00
share.cc Add flooring division operator 2020-05-28 22:59:04 +02:00
wreduce.cc Add flooring division operator 2020-05-28 22:59:04 +02:00