3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

opt_lut: reflect changes in sigmap.

Otherwise, some LUTs will be missed during elimination.
This commit is contained in:
whitequark 2019-01-02 10:21:58 +00:00
parent 06143ab33f
commit c55dfb8369

View file

@ -271,6 +271,8 @@ struct OptLutWorker
}
module->connect(lut_output, value);
sigmap.add(lut_output, value);
module->remove(lut);
luts.erase(lut);
luts_arity.erase(lut);