YosysHQ / yosys

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

extract: add arbitrary port width matching #4304

Open phsauter opened 3 months ago

phsauter commented 3 months ago

The goal is to improve extract and make it easier to use in scenarios similar to the ones described in the extract example.

The final goal is to extract something like a multiplier followed by an arbitrary amount of variable-width adders.

ToDo: