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
As initially written, assumes there is just one BRAM in a design and patches that one using the init.mem file provided.
The memory metadata (MDD) file contains information contains information on the HDL signal name associated with the BRAM primitives it was mapped to. But, this information is not yet used to filter which BRAM primitives to consider - the tool assumes all BRAM primitives map to the single HDL memory.
Activity
nelsobe commentedon Mar 28, 2020
Handled by #16. Includes sample with dual memories and hierarchy.
Merge pull request #19 from SymbiFlow/selectedMem_Issue_#6_take_2