mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
Currently, `ice40_opt -unlut` would map SB_LUT4 to $lut and convert them back to logic immediately. This is not desirable if the goal is to operate on $lut cells. If this is desirable, the same result as `ice40_opt -unlut` can be achieved by running simplemap and opt after ice40_unlut. |
||
---|---|---|
.. | ||
tests | ||
.gitignore | ||
arith_map.v | ||
brams.txt | ||
brams_init.py | ||
brams_map.v | ||
cells_map.v | ||
cells_sim.v | ||
ice40_ffinit.cc | ||
ice40_ffssr.cc | ||
ice40_opt.cc | ||
ice40_unlut.cc | ||
latches_map.v | ||
Makefile.inc | ||
synth_ice40.cc |