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

Possible mistake in gpmc_wishbone_wrapper_aad.vhd #6

Open
IF223 opened this issue Jun 25, 2017 · 0 comments
Open

Possible mistake in gpmc_wishbone_wrapper_aad.vhd #6

IF223 opened this issue Jun 25, 2017 · 0 comments

Comments

@IF223
Copy link

IF223 commented Jun 25, 2017

Hi

In gpmc_wishbone_wrapper_aad.vhd I spotted a possible mistake but not sure if you meant to implement it that way.

In the gen_burst process isnt it wrong to increment the gpmc_counter if iob_oen and iob_wen are 0?

Should it not be an OR instead of AND as OEN and WEN will never be low at the same time
if ((iob_oen or iob_wen) = '0') then
gpmc_counter <= gpmc_counter + '1';

Thanks

Ilia

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