Skip to content

Possible mistake in gpmc_wishbone_wrapper_aad.vhd #6

@IF223

Description

@IF223

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions