Skip to content

Commit 44e35e5

Browse files
author
Kavya Chopra
committed
enabled best effort lowering in circt verilog
1 parent b221dfb commit 44e35e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Conversion/ImportVerilog/ImportVerilog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ void circt::populateLlhdToCorePipeline(
484484

485485
// Convert `arith.select` generated by some of the control flow canonicalizers
486486
// to `comb.mux`.
487-
modulePM.addPass(createMapArithToCombPass());
487+
modulePM.addPass(createMapArithToCombPass(true));
488488

489489
// Simplify module-level signals.
490490
modulePM.addPass(llhd::createCombineDrivesPass());

0 commit comments

Comments
 (0)