Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to patch just selected BRAMs in a bitstream rather than all of them #6

Closed
nelsobe opened this issue Mar 4, 2020 · 1 comment
Labels
enhancement New feature or request Patching

Comments

@nelsobe
Copy link
Collaborator

nelsobe commented Mar 4, 2020

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.

@nelsobe
Copy link
Collaborator Author

nelsobe commented Mar 28, 2020

Handled by #16. Includes sample with dual memories and hierarchy.

@nelsobe nelsobe closed this as completed Mar 28, 2020
nelsobe added a commit that referenced this issue Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Patching
Projects
None yet
Development

No branches or pull requests

1 participant