YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.31k stars 860 forks source link

opt_clean: Add `-coarse` mode #4267

Open povik opened 4 months ago

povik commented 4 months ago
    -coarse
        perform a fast, conservative clean-up in which no public wires are
        removed and wire usage is analyzed at a coarse level without
        distinguishing individual bits
povik commented 4 months ago

This mode preserves the direction of connections (see issue #3426).