mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Fix tohost_addr: RISCV bin must be more generic
This commit is contained in:
parent
4e2baff507
commit
27aab922b9
1 changed files with 2 additions and 3 deletions
|
@ -373,9 +373,8 @@ xrun_uvm_run:
|
|||
+elf_file=$(elf) \
|
||||
+define+UVM_NO_DEPRECATED \
|
||||
+UVM_TESTNAME=uvmt_cva6_firmware_test_c \
|
||||
+tohost_addr=$(shell ${RISCV}/bin/riscv32-unknown-elf-nm -B $(elf) | grep -w tohost | cut -d' ' -f1) \
|
||||
$(cov-comp-opt) $(issrun_opts) \
|
||||
-gui \
|
||||
+tohost_addr=$(shell ${RISCV}/bin/${CV_SW_PREFIX}nm -B $(elf) | grep -w tohost | cut -d' ' -f1) \
|
||||
$(cov-comp-opt) $(issrun_opts)
|
||||
|
||||
|
||||
xrun-uvm: xrun_uvm_comp xrun_uvm_run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue