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
- Host: GitHub
- URL: https://github.com/spinalhdl/spinaltemplatesbtdependencies
- Owner: SpinalHDL
- Created: 2017-12-18T15:36:49.000Z (over 8 years ago)
- Default Branch: superproject
- Last Pushed: 2025-02-12T09:00:23.000Z (over 1 year ago)
- Last Synced: 2025-03-21T06:33:28.556Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 36.1 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```