VexRiscv icon indicating copy to clipboard operation
VexRiscv copied to clipboard

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

Open Dolu1990 opened this issue 4 years ago • 18 comments

Dolu1990 avatar Jan 08 '20 20:01 Dolu1990

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.

curliph avatar Oct 28 '20 08:10 curliph

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

Dolu1990 avatar Oct 28 '20 09:10 Dolu1990

Thanks a lot, Dolu~

curliph avatar Oct 28 '20 09:10 curliph

help https://github.com/SpinalHDL/VexRiscv/issues/209

fatalfeel avatar Oct 10 '21 08:10 fatalfeel

need again https://github.com/SpinalHDL/VexRiscv/issues/209

fatalfeel avatar Oct 11 '21 09:10 fatalfeel

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

iamkarthikbk avatar Oct 22 '21 17:10 iamkarthikbk

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

Saqlinahamad avatar Dec 04 '21 06:12 Saqlinahamad

Hi @Dolu1990, #223

Saqlinahamad avatar Dec 07 '21 16:12 Saqlinahamad

Hi @Dolu1990 , #241

m-pp avatar Apr 04 '22 06:04 m-pp

HI @Dolu1990

ldlinh2k avatar Jul 17 '22 03:07 ldlinh2k

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

davidwilley avatar Jul 28 '22 13:07 davidwilley

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

dockside-code avatar Aug 03 '22 07:08 dockside-code

Hi, I am having issues running the demos

hparpinel avatar Dec 22 '22 20:12 hparpinel

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

Light9162 avatar Jan 05 '23 22:01 Light9162

help #320

xie-1399 avatar Mar 10 '23 07:03 xie-1399

Hi, can you help me with #357?

hszilard13 avatar Jul 25 '23 06:07 hszilard13

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

Shris7 avatar Sep 30 '23 13:09 Shris7