In some cases Verilator will not inline all FIFOs, hindering the current method for reading internal signals, which is required for the simulation-based automatic FIFO sizing in InsertAndSetFIFODepths(). Solved by forcing inlining with --inline-mult 0 for now.
Disabled some of the most common warnings by default.
InsertAndSetFIFODepths()
. Solved by forcing inlining with--inline-mult 0
for now.Depends on a pyverilator PR: https://github.com/maltanar/pyverilator/pull/3
To do: adjust finn commit pointers to finn-base & pyverilator accordingly.