rayjyh

Results 4 issues of rayjyh

Set up SpinalSim and Verilator according to https://spinalhdl.github.io/SpinalDoc/spinal/sim/introduction/#performance. Got this error [sim_log.txt](https://github.com/SpinalHDL/VexRiscv/files/4293968/sim_log.txt) after sbt "test:runMain vexriscv.MuraxSim"

After running `./n2d2 "\$N2D2_MODELS/LeNet_Spike.ini" -test`, stats_spike folder and stats_spike.log is not generated.

bug

I have run the following command to train a network for mnist. ` ./n2d2 ../../models/mnist24_16c4s2_24c5s2_150_10_Spike.ini -test` Then I tried to trancode the learned model into an SNN by running `./n2d2...

bug

Make fails with the following error: Building project riscv-isa-sim + /usr/local/bin/make In file included from ../fesvr/tsi.cc:1: ../fesvr/tsi.h:40:10: warning: 'chunk_align' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] size_t...