-
| 
         Can DeadCodeElimination, CommonSubexpressionElimination, ConstantPropagation, etc. be turned off ? Any options here? I want to leave them for downflow EDA tools, 'cause my team prefer verilog/vhdl code strictly the same as original chisel code.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
| 
         FYI: CSE seems not being able to turned off.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         PR filed in chipsalliance/firrtl#2291, let's move discussion there.  | 
  
Beta Was this translation helpful? Give feedback.
FYI:
firrtl.transforms.NoConstantPropagationAnnotationfirrtl.transforms.NoDedupAnnotationCSE seems not being able to turned off.
I'll file a PR later this week.