SpinalHDL icon indicating copy to clipboard operation
SpinalHDL copied to clipboard

Scala based HDL

Results 288 SpinalHDL issues
Sort by recently updated
recently updated
newest added

I'm a new user of SpinalHDL. I installed all the requirements and then git clone SpinalTemplateSbt.git. When I was excited to use IntelliJ to generate the first Verilog file, I...

The logic for the address of the `MemBus` of the `RamInst `object returned by the `newRAM` method of `AxiLite4BusInterface` is: ` bus.addr := (bi.readAddress - U(addr)).dropLow(bi.underbitWidth).asUInt.resized` This causes the AxiLite4...

#### Description: Simulation fails to load the required shared library `librdi_simulator_kernel.dll`. This may be due to [the recent renaming of the kernel library in Vivado 2024.2](https://adaptivesupport.amd.com/s/article/000037038). #### System Information: -...

the case class SpinalConfig for the generation of the RTL, has many parameters. it's difficult for users like me to know the meaning and usage of them. It's important for...

Hi @Dolu1990, I am testing the byte mask write functionality for URAM (UltraRAM) in SpinalHDL. I expect the generated Verilog to infer a single URAM with byte write enables. However,...

Here's a link to the issue: https://github.com/SpinalHDL/SpinalHDL/issues/1633 # Context, Motivation & Description SystemVerilog `interface`s do not strictly have to have `modport`s. They can be much like a SpinalHDL `Bundle`s (without...

Pull request: https://github.com/SpinalHDL/SpinalHDL/pull/1631 I put a description of the changes I developed in the pull request. I noticed that I screwed up and didn't create an issue for the pull...

Hi, for below demo, spinal throw width mismatch error. ```scala case class Demo() extends Component { val io = new Bundle { val din = in UInt (4 bits) val...

Closes #1572 # Context, Motivation & Description Simulation with verilator v5.x on Windows will fail with the following error: ```powershell Program 'verilator_bin.exe' failed to run: The specified executable is not...