calyx
calyx copied to clipboard
Resource estimate executive summary lacks BRAM numbers
Synthesis 101 is a short guide about generating syntheses from .futil files. In refreshing it, I noticed that the executive summary, generated using the command:
fud e --to resource-estimate <filename>.futil
makes no mention of BRAMs. If you generate the actual report using:
fud e --to synth-files -o report <filename>.futil
the report has, deep in its guts, the appropriate numbers.
If you digest the report
directory into an executive summary using:
fud e --from synth-files --to resource-estimate report
the executive summary again lacks the BRAM numbers.
So: it's all in there, and it's not a fud
chaining issue. Some script is just failing to grab and display the BRAM numbers.