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

intel/common/brams_map_m9k.v widthad_* and width_* swapped #4251

Open
rherveille opened this issue Mar 2, 2024 · 2 comments · May be fixed by #4262
Open

intel/common/brams_map_m9k.v widthad_* and width_* swapped #4251

rherveille opened this issue Mar 2, 2024 · 2 comments · May be fixed by #4262
Labels
pending-verification This issue is pending verification and/or reproduction

Comments

@rherveille
Copy link

Version

yosys 0.36+58

On which OS did this happen?

Linux

Reproduction Steps

Generated altsyncram instances have widthad_a/width_a and widthad_b/width_b parameter values swapped
Fixed by editing brams_map_m9k.v to:
.widthad_b ( CFG_ABITS ),
.width_b ( CFG_DBITS ),
.widthad_a ( CFG_ABITS ),
.width_a ( CFG_DBITS )

Tested and validated with experimental MAX10 flow.

Expected Behavior

.

Actual Behavior

.

@rherveille rherveille added the pending-verification This issue is pending verification and/or reproduction label Mar 2, 2024
@KrystalDelusion
Copy link
Member

Is this fixed by #4262 ?

@rherveille
Copy link
Author

rherveille commented Mar 19, 2024 via email

@KrystalDelusion KrystalDelusion linked a pull request Mar 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-verification This issue is pending verification and/or reproduction
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants