An open API service indexing awesome lists of open source software.

https://github.com/spinalhdl/spinaltemplatesbtdependencies

An SpinalHDL project example which use VexRiscv git as a dependency
https://github.com/spinalhdl/spinaltemplatesbtdependencies

Last synced: 9 months ago
JSON representation

An SpinalHDL project example which use VexRiscv git as a dependency

Awesome Lists containing this project

README

          

In the case where https://github.com/SpinalHDL/SpinalTemplateSbt isn't enough because you want to include some third party SBT project (local or from remote on a git repository), you can use this SpinalTemplateSbtDependencies as a template.

For instance this SpinalTemplateSbtDependencies repo depend on https://github.com/SpinalHDL/VexRiscv/tree/master/src/main/scala/vexriscv.

The only difference with the https://github.com/SpinalHDL/SpinalTemplateSbt are in the https://github.com/SpinalHDL/SpinalTemplateSbtDependencies/blob/superproject/build.sbt file. Just look at it, it is straight forward.

To get to repository, do not forget to clone it recursively :

```sh
git clone https://github.com/SpinalHDL/SpinalTemplateSbtDependencies.git --recursive
```