Replies: 1 comment 1 reply
-
just use For this case, however, I suggest using muxes instead of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
怎么书写批量的条件选择when的块,使得生成的verilog不是一个个独立的if块而是if-else串?
如代码所示,生成的verilog是一堆if,我希望生成的是if-else串,这样在后端的情况应该不一样。
How should I structure multiple chisel
when
block to generate Verilog with if-else cascades instead of parallel if blocks? As the code, the current output produces discrete if statements, but I require an if-else chain for better backend characteristics.Beta Was this translation helpful? Give feedback.
All reactions