Skip to content

Commit

Permalink
write_verilog: Lower $bwmux in expr mode
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Nov 15, 2024
1 parent 4ce8c7a commit 2e8fd1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/verilog/verilog_backend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,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();
Expand Down

0 comments on commit 2e8fd1d

Please sign in to comment.