sebastien-riou
sebastien-riou
the "legacy" format is the one with the simplest decoder and provide very good compression level. It is therefore ideal for embedded firmware compression. In this use case the decompressor...
should not be a big deal indeed. there is also [https://github.com/SpinalHDL/SaxonSoc/blob/a89053c637cdbcb2c4ce93acae9dd32e429d8d21/hardware/synthesis/arty_a7/vivado_script.tcl#L16](https://github.com/SpinalHDL/SaxonSoc/blob/a89053c637cdbcb2c4ce93acae9dd32e429d8d21/hardware/synthesis/arty_a7/vivado_script.tcl#L16) to change. at some point we should have an argument to the make file I guess
In my use case, I needed to add additional control bits to handle sleep mode and test mode. I also added ROM black box. https://github.com/Tiempogithub/SpinalHDL For ASIC, I replace the...
In the long run, the ideal would be to allow a mem vendor to provide a set of files which add support for its product. Within one project, it shall...
> One thing which is fesable to handle vendor specific stuff, is to add a SpinalHDL compilation phase to rework the blackboxed memories. The that way you can progamaticaly manage...
> I'm not sure to understand, "rather than just raw bits" ? I mean that I put all bits into a signal "miscIn", so I do not provide meaningful names....
Thanks for this, it is a huge plus for projects which involve some kind of source level audit (source meaning verilog since auditors most likely know only this language). It...
seems like a verilator issue actually. I opened an issue there: https://github.com/verilator/verilator/issues/3101
Running it without generating the VCD is long but it does complete: ```` > work-ver/Variane_testharness $RISCV/riscv64-unknown-elf/bin/pk mysoft/hello.elf This emulator compiled with JTAG Remote Bitbang client. To enable, use +jtag_rbb_enable=1. Listening...
now https://sky130_fd_pr_reram.rtfd.io/ is dead, so the ReRAM seems to not be available at all.