Skip to content

Open Memory Window Wishbone Interface #341

Answered by stnolting
andkae asked this question in Q&A
Discussion options

You must be logged in to vote

How can I tell the processor system that this address should mapped to the wishbone interface?

Short answer: you can't.

The address space from 0xFFFFFE00 to 0xFFFFFFFF is reserved for the processor-internal IO space. See data sheet section Address Space and especially sub-section External Memories:

Any CPU access (data or instructions), which does not fulfill at least one of the following conditions, is forwarded via the processor’s bus interface to external components:

  • access to the processor-internal IMEM and processor-internal IMEM is implemented
  • access to the processor-internal DMEM and processor-internal DMEM is implemented
  • access to the bootloader ROM and beyond → addresses >= B…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@stnolting
Comment options

@andkae
Comment options

@stnolting
Comment options

@andkae
Comment options

@stnolting
Comment options

Answer selected by andkae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants