3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Add bwmuxmap pass

This commit is contained in:
Jannis Harder 2022-11-30 18:49:16 +01:00
parent 7203ba7bc1
commit be752a20dc
7 changed files with 76 additions and 0 deletions

View file

@ -2329,6 +2329,7 @@ struct VerilogBackend : public Backend {
if (!noexpr) {
Pass::call(design, "bmuxmap");
Pass::call(design, "demuxmap");
Pass::call(design, "bwmuxmap");
}
Pass::call(design, "clean_zerowidth");
log_pop();