Add xrun-uvm options

This commit is contained in:
isabelle schmid 2024-02-06 15:21:22 +01:00 committed by JeanRochCoulon
parent 28e94e5ce3
commit 27836559ae

View file

@ -68,6 +68,23 @@
cmd: >
make questa-uvm target=<target> cov=${cov} variant=<variant> elf=<elf> tool_path=<tool_path> isscomp_opts=<isscomp_opts> issrun_opts=<issrun_opts> isspostrun_opts=<isspostrun_opts> log=<log>
###############################################################################
# Cadence Xcelium specific commands, variables
###############################################################################
#- iss: xrun-testharness
# path_var: RTL_PATH
# tool_path: SPIKE_PATH
# tb_path: TB_PATH
# cmd: >
# make xrun-testharness target=<target> variant=<variant> elf=<elf> path_var=<path_var> tool_path=<tool_path> isscomp_opts=<isscomp_opts> issrun_opts=<issrun_opts> isspostrun_opts=<isspostrun_opts> log=<log>
- iss: xrun-uvm
path_var: RTL_PATH
tool_path: SPIKE_PATH
tb_path: TB_PATH
cmd: >
make xrun-uvm target=<target> cov=${cov} variant=<variant> elf=<elf> tool_path=<tool_path> isscomp_opts=<isscomp_opts> issrun_opts=<issrun_opts> isspostrun_opts=<isspostrun_opts> log=<log>
###############################################################################
# Questasim specific commands, variables
###############################################################################