mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Add xrun-uvm options
This commit is contained in:
parent
28e94e5ce3
commit
27836559ae
1 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue