SpinalHDL
SpinalHDL copied to clipboard
Scala based HDL
Hello~ @Dolu1990 I hope that in the top-level module code, there are only signal declarations and connection relationships in module instantiations, without any assignment statements like `always` and `assign`. How...
[The doc](https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Simulation/install/Verilator.html#windows) says: > Add `bin` and `usr\bin` of MSYS2 into your windows PATH (ie : `C:\msys64\usr\bin;C:\msys64\mingw64\bin`) I followed this instruction and got the following error when executing `verilator_bin.exe`: ```powershell...
In a simulation, which by default uses Verilator, I have the following line: ```scala val writer = new BufferedWriter(new FileWriter(Paths.get(currentTestPath, filename).toString)) ``` This works fine. However if I change to...
Hi, @yportne13 Description When I set `emitFullComponentBindings = false`, `Axi4ReadOnlyDecoder` and `Axi4WriteOnlyDecoder` has multi driven net. Environment * SpinalHDL version: 1.10.2a Examples ```scala object Axi4CrossbarFactoryTest extends App { case class...
As the doc claimed, ``` AFix.S(2 exp, -2 exp) can represent: -2.0, -1.75, -1.5, -1.25, -1, -0.75, -0.5, -0.25, 0, 0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75 ``` However, the...
Closes # The mill 0.12.0 support filter by tags of scalatest now, which makes it possible to run 2.11 and 2.13 test time shorter. This PR is to run 2.11...
Closes #1579 # Context, Motivation & Description # Impact on code generation # Checklist - [ ] Unit tests were added - [ ] API changes are or will be...
Hi @liyaohou It seems that DfiControllerTester sometime fail its tests. Here is a easy way to reproduce in DfiControllerTester.scala : ```scala test("DfiControllerTester") { for(i