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

EL2 Memory Interface ​Synthesis Compatibility #57

Open
nstewart-amd opened this issue Feb 17, 2023 · 0 comments
Open

EL2 Memory Interface ​Synthesis Compatibility #57

nstewart-amd opened this issue Feb 17, 2023 · 0 comments

Comments

@nstewart-amd
Copy link

At the integration wrapper level the module containing the ICCM/DCCM SRAM’s is implemented with the el2_mem_if interface and modport: top​

The //mytopdesign// module does not define a modport for the el2_mem_if​
This leads to compile issues through Design Compiler.​

Ie. ​
Warning: In design 'mytopdesign_ccm_sram_wrap_I_el2_mem_export_el2_mem_if_top_', output port 'el2_mem_export.dccm_bank_dout[0][0]' is driven from the outside. (LINT-64)​

One solution that worked on our side:​
Explicitly define two interface buses on mytopdesign with “swerv_iccm/swerve_dccm” modports​
Pushing these two interfaces all the way down to the el2_lsu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant