SpinalHDL / VexRiscv

A FPGA friendly 32 bit RISC-V CPU implementation
MIT License
2.52k stars 420 forks source link

Adding VexRiscV as a dependency #390

Closed DanielMadmon closed 9 months ago

DanielMadmon commented 10 months ago

how can I add VexRiscV as a dependency to the sbt template?

Dolu1990 commented 10 months ago

See here : https://github.com/SpinalHDL/SpinalTemplateSbtDependencies

DanielMadmon commented 9 months ago

thank you, it's working perfectly.