3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-13 07:06:24 +00:00
yosys/kernel
Marcelina Kościelnicka 1667ad658b opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits.
The previous code, in addition to being needlessly limitted to 32 bits
in the first place, also had UB for the 31th bit (doing 1 << 31).
2021-06-09 19:53:44 +02:00
..
bitpattern.h
calc.cc
cellaigs.cc
cellaigs.h
celledges.cc
celledges.h
celltypes.h
consteval.h
constids.inc
cost.h
driver.cc
ff.h
ffinit.h
ffmerge.cc
ffmerge.h
hashlib.h
log.cc
log.h
macc.h
mem.cc
mem.h
modtools.h
register.cc
register.h
rtlil.cc opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits. 2021-06-09 19:53:44 +02:00
rtlil.h opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits. 2021-06-09 19:53:44 +02:00
satgen.cc
satgen.h
sigtools.h
timinginfo.h
utils.h
yosys.cc
yosys.h