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

Ping me if you are waiting a feedback/answer to one of your issues :) #104

Open
Dolu1990 opened this issue Jan 8, 2020 · 18 comments
Open

Comments

@Dolu1990
Copy link
Member

Dolu1990 commented Jan 8, 2020

No description provided.

@Dolu1990 Dolu1990 pinned this issue Jan 8, 2020
@curliph
Copy link

curliph commented Oct 28, 2020

vexRiscV support up to 5 pipeline stage. how to configure to instance each stage?
for example, which plugin to instance IF, which to instance DEC and so on...
If I want to instance a RV32IMAC core, 2 pipeline (IF-DEC/DEC-EXE), or 3 pipeline (IF/DEC/EXE),
how to write my configuration?
I known there are many demos , but no detials about pipeline stages.

Thanks for your work.

@Dolu1990
Copy link
Member Author

So basicaly the memory/writeback stages aren't added by plugin, but by the VexRiscvConfig :
https://github.com/SpinalHDL/VexRiscv/blob/dev/src/main/scala/vexriscv/demo/GenTwoThreeStage.scala#L12
see withMemoryStage, withWriteBackStage

Then the fetch stages are added by the IBusSimplePlugin/IBusCachedPlugin,for instance here it specify no fetch stage :
https://github.com/SpinalHDL/VexRiscv/blob/dev/src/main/scala/vexriscv/demo/GenTwoThreeStage.scala#L23

The main limitation is that the decode stage can't be merged in the execute stage currently, but else all can be merged

@curliph
Copy link

curliph commented Oct 28, 2020

Thanks a lot, Dolu~

@fatalfeel
Copy link

help
#209

@fatalfeel
Copy link

need again
#209

@iamkarthikbk
Copy link

@Dolu1990 can you please take a look at #215 if you don't mind?

@Saqlinahamad
Copy link

Hi @Dolu1990 , Can you please look at #223,
I have deadlines to verify in the board

@Saqlinahamad
Copy link

Hi @Dolu1990, #223

@m-pp
Copy link

m-pp commented Apr 4, 2022

Hi @Dolu1990 , #241

@ldlinh2k
Copy link

HI @Dolu1990

@davidwilley
Copy link

Hi @Dolu1990 Can you please have a look at #246 ?

@dockside-code
Copy link

Hi! @Dolu1990 would you please take a look at #259 ? Thanks!

@hparpinel
Copy link

Hi, I am having issues running the demos

@Light9162
Copy link

Hi, @Dolu1990 can you assist me on #293?

@xie-1399
Copy link

help
#320

@hszilard13
Copy link

Hi, can you help me with #357?

@Shris7
Copy link

Shris7 commented Sep 30, 2023

Hi @Dolu1990, can you help me with #369 ?

@ic-hjx
Copy link

ic-hjx commented May 14, 2024

Hi @Dolu1990 , I have some problem with #406

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