Skip to content

Commit 2a8633b

Browse files
committed
[dvsim,hjson] Add Synopsys VC-Z01X tool
This adds support to dvsim for the fault injection tool from Synopsys called VC-Z01X. Signed-off-by: Pascal Nasahl <[email protected]>
1 parent ce4ceab commit 2a8633b

File tree

3 files changed

+436
-0
lines changed

3 files changed

+436
-0
lines changed

hw/dv/tools/dvsim/sim.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,11 @@ endif
183183

184184
simulate: sw_build
185185
@echo "[make]: simulate"
186+
ifeq (${SIMULATOR}, z01x)
187+
cd ${run_dir} && ${run_cmd} ${fi_sim_run_opts}
188+
else
186189
cd ${run_dir} && ${run_cmd} ${run_opts}
190+
endif
187191

188192
post_run: simulate
189193
@echo "[make]: post_run"

0 commit comments

Comments
 (0)