I'm trying to run project zipline using Cadence simulator. It compiles the RTL and tb correctly, but then runs and hangs after this step: APB_INFO: @time:573 vector --> w 0x00000374 0x0007a120
It doesn't even use any simulation time, like it's waiting for something.
This is my command to compile, elaborate, and run
build_simv: kme.vlist
xrun -work LIB_TOP -sv -assert -f kme.vlist -l vlogan.log +TESTNAME=kme_key_type_0 +SEED=${SEED}
Are there any command line options I should add ?
Thanks
I'm trying to run project zipline using Cadence simulator. It compiles the RTL and tb correctly, but then runs and hangs after this step: APB_INFO: @time:573 vector --> w 0x00000374 0x0007a120
It doesn't even use any simulation time, like it's waiting for something.
This is my command to compile, elaborate, and run
build_simv: kme.vlist
xrun -work LIB_TOP -sv -assert -f kme.vlist -l vlogan.log +TESTNAME=kme_key_type_0 +SEED=${SEED}
Are there any command line options I should add ?
Thanks