You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought that multiplier lowering was done by Chisel or firtool, but that was our code to work around a problem in yosys :-)
(Since fixed in yosys, need to check)
However, this got me onto the problem of passing options to firtool, and the problem below is that I expected an error from a made up option by ChatGPT -disable-multiplier-lowering
Why doesn't firtool fail with the command line below?
How do I pass options to firtool, seems like -DfirtoolOpts=-disable-multiplier-lowering is ignored.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I thought that multiplier lowering was done by Chisel or firtool, but that was our code to work around a problem in yosys :-)
(Since fixed in yosys, need to check)
However, this got me onto the problem of passing options to firtool, and the problem below is that I expected an error from a made up option by ChatGPT
-disable-multiplier-lowering
Why doesn't firtool fail with the command line below?
How do I pass options to firtool, seems like
-DfirtoolOpts=-disable-multiplier-lowering
is ignored.How can I log the output of the firtool command?
https://circt.llvm.org/docs/VerilogGeneration/#controlling-output-style-with-loweringoptions
https://www.chisel-lang.org/docs/explanations/testing#command-line-arguments
Beta Was this translation helpful? Give feedback.
All reactions