3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-18 22:59:03 +00:00
This commit is contained in:
Martin Povišer 2025-03-19 14:09:24 +01:00 committed by GitHub
commit e0591b8723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2590,6 +2590,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();