SpinalTemplateSbt
SpinalTemplateSbt copied to clipboard
A basic SpinalHDL project
Specify we have async signals / resets in the formal verification configuration with SpinalFormalConfig( _hasAsync = true ) . This works for SpinalHDL 1.10.1. With the newer SpinalHDL versions (...
SpinalHDL: 1.10.1 Scala version: 2.12.18 sbt version: 1.9.8 SymbiYosys version: Giit 19.02.204 Problem: - when using a async reset in your design you generate Verilog like "always @(posedge clk or...
Why switch back to the standard sbt folder structure: - While we can easily change the folder name for the source files, it's not done for tests - We differ...
I am attempting to copy the changes from [SpinalTemplateSbtDependencies](https://github.com/SpinalHDL/SpinalTemplateSbtDependencies/blob/superproject/build.sbt) to my `build.sbt` in a project based on SpinalTemplateSbt. When I compile, I get the following error: ``` [warn] [warn] Note:...
So that the project based on the template can be easily setup through ghcr.io registry.
Closes #28 and #26 :warning: Prepare an RTD update and merge the 2 PRs at the same time.
FYI https://github.com/numero-744/Aes has been updated; part of its contents could be put in the template: * add `tb/` folder for `Test` (not released contents) with sub-directories like for `hw/` *...
@Dolu1990 convinced me that even if SpinalHDL enables the user to abstract the wires, sometimes the user wants to manipulate wire-by-wire so aligning stuff would be great. In https://github.com/numero-744/Aes there...
As I'm working on RTD structure, I'm on the part about using Spinal from VSCodium, so I reproduce things to do a tutorial. After the (short) configuration, I get a...
Example to support both sbt and mill in one project, and specified version in unified conf file.