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

Branch : Quicklogic : Issue in the top_bit.v with respect to ASSP port map #1454

Open
rakeshm75 opened this issue Apr 29, 2020 · 1 comment

Comments

@rakeshm75
Copy link

In the top_bit.v, the ASSP port mapping as an issue. The vector signals are mapped wronging in the top_bit.v,
The vector signals need to be mapped [msb:lsb] but its mapped [lsb:msb]:
Example: .WBs_WR_DAT({TILE_X1Y1_WBs_WR_DAT[0], .... TILE_X1Y1_WBs_WR_DAT[31]}),
But it should be mapped as:
.WBs_WR_DAT({TILE_X1Y1_WBs_WR_DAT[31], .... TILE_X1Y1_WBs_WR_DAT[0]}),

I have attached the top_bit.v file here.

design3_bit_v.zip

@kgugala
Copy link
Contributor

kgugala commented May 6, 2020

This is now fixed. Please fetch the latest code

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

2 participants