Closed xie-1399 closed 6 months ago
Hi,
Can you send the fst wave ?
One possibility, is that because the io.bus isn't handled in simulation, NaxRiscv is waiting on it indefinitly ?
I can't open the fst file with gtkwave. Depending how you exited the simualtion, they may be a companion file ? with also the fst char in the name ?
My fault,I ignore the hier file,here is new file: wave_new.zip
Looking at the toplevel io, i can see there is 2 clk and 2 reset, which is weird, probably the default clockdomain leaked in some ways.
Can you send your generated verilog ?
This is generated verilog verilog.zip
The issue in the reset controller.
the CPU never get any reset.
Ah!! you are right , and I solve my problem , Thank you :)
Hi! When I using the naxriscv to build my soc, I meet a problem about the openocd
Here is my Soc:
then I run the jtag simulation code like this:
I use the spinal openocd and build it , then I run the command src/openocd -f "/my_path/naxriscv_sim.cfg",the error happens:
I try some methods like https://github.com/riscv-collab/riscv-openocd/issues/195 But it doesn't work well,can you help me? Thank You!