How to get detailed report on memory to RAM mappings? #4025
Closed
tomverbeure
started this conversation in
General
Replies: 1 comment 1 reply
-
yosys/techlibs/ecp5/synth_ecp5.cc Line 313 in 5691cd0 run("debug memory_libmap ...
(Or, I suppose you could try changing |
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
-
Hi,
My design has a bunch of RAMs that get successfully mapped to ECP5 BRAMs.
However, I'm trying to get a detail mapping report. Right now, the Yosys log has the following:
It's something, I guess, but it doesn't compare to the kind of tech mapping reports that you get with Quartus or Vivid, where it will list each memory as declared in the Verily, with size, bus width, access mode and so forth, and then lists how it was mapped to LUT or block RAMs: the number of RAMs, whether or not additional output FFs were used etc.
I looked around a little bit, but I can't find anything that gives me that information.
Does such a report command exist?
And, if not, is this information even available in the design database after conversion steps have been performed?
Thanks,
Tom
Beta Was this translation helpful? Give feedback.
All reactions