You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: