Skip to content

Only external memory #875

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

You must be logged in to vote

Hey @fpardoseco!

I assume that I have to have a top design where I instantiate the riscV and the wishbone (slave) that allows the communciation with the memories conected to such slave wishbone.

That's right. Basically, you just need the processor itself and (if you want to use the default memory layout) two Wishbone memories - one for data and one for instructions.

I also assume that I need to connect the wishbone signal from riscv-v with the corresponding signals from the wishbone ram interface (slave). Is this correct?

That's also correct. Depending on your Wishbone memories you might also need an "interconnect" or switch between the core and the two memories.

I am a little lost a…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by stnolting-ims
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
HW Hardware-related howto Hands-on expertise / tutorial / user guide
2 participants