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
Without the InlineInstance below, I run out of memory as Chisel + firtool then can't figure out to make a ROM (SystemVerilog array) and Verilator then creates one multiplier per expected entry :-)
The Mul below is a lowered multiplication, by our Chisel code, so the below evaluates to a fantastic amount of .fir code that, I believe, firtool is evaluating to a ROM.
This sort of test-code is very memory intensive, which is surprising, but understandable.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Without the
InlineInstance
below, I run out of memory as Chisel + firtool then can't figure out to make a ROM (SystemVerilog array) and Verilator then creates one multiplier per expected entry :-)The
Mul
below is a lowered multiplication, by our Chisel code, so the below evaluates to a fantastic amount of .fir code that, I believe, firtool is evaluating to a ROM.This sort of test-code is very memory intensive, which is surprising, but understandable.
Beta Was this translation helpful? Give feedback.
All reactions