YosysHQ / yosys

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

synth: Introduce `-extra-map` for amending techmap #4228

Closed povik closed 4 months ago

povik commented 4 months ago

Closes #4220

povik commented 4 months ago

Quoting the help message for the new option:

    -inject filename
        inject rules from the given file to complement the default
        mapping library in the `techmap` step. this option can be
        repeated.
povik commented 4 months ago

TODO: rename to -extra-map done