mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
[core_ibex] Update command to work with newer versions of Riviera
These changes match newer versions of Riviera. They work for all versions >= 2020.04. Ibex itself only compiles successfully with version 2021.04, so there's no need to maintain command-line compatibility with older versions.
This commit is contained in:
parent
514c096892
commit
047e1d6d22
1 changed files with 2 additions and 4 deletions
|
@ -107,14 +107,12 @@
|
|||
- "vlib <out>/work"
|
||||
- "vlog -work <out>/work
|
||||
<cmp_opts>
|
||||
+incdir+<ALDEC_PATH>/vlib/uvm-1.2/src
|
||||
-uvmver 1.2
|
||||
+define+UVM
|
||||
-l uvm_1_2
|
||||
-f ibex_dv.f"
|
||||
|
||||
sim:
|
||||
cmd: >
|
||||
vsim -c <sim_opts> <cov_opts> -sv_seed <seed> -lib <out>/work +access +r+w +UVM_TESTNAME=<rtl_test> +bin=<binary> +ibex_tracer_file_base="<sim_dir>/trace_core" -l <sim_dir>/sim.log -do "run -all; endsim; quit -force"
|
||||
vsim -c <sim_opts> <cov_opts> -sv_seed <seed> -lib <out>/work +UVM_TESTNAME=<rtl_test> +bin=<binary> +ibex_tracer_file_base="<sim_dir>/trace_core" -l <sim_dir>/sim.log -do "run -all; endsim; quit -force"
|
||||
cov_opts: >
|
||||
-acdb_file <out>/cov.acdb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue