mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
[Spike Yaml] HOTFIX: Add libyaml-cpp to preload list of RTL simulators. (#2358)
This commit is contained in:
parent
8fa590b5c3
commit
3e62b0b910
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,7 @@ COMMON_RUN_ARGS = \
|
|||
-sv_lib $(SPIKE_INSTALL_DIR)/lib/libcustomext \
|
||||
-sv_lib $(SPIKE_INSTALL_DIR)/lib/libriscv \
|
||||
-sv_lib $(SPIKE_INSTALL_DIR)/lib/libfesvr \
|
||||
-sv_lib $(SPIKE_INSTALL_DIR)/lib/libyaml-cpp \
|
||||
-sv_lib $(SPIKE_INSTALL_DIR)/lib/libdisasm
|
||||
|
||||
ALL_UVM_FLAGS = -lca -sverilog +incdir+$(VCS_HOME)/etc/uvm/src \
|
||||
|
@ -314,6 +315,7 @@ xrun_uvm_run:
|
|||
$(XRUN_RUN) \
|
||||
+sv_lib=$(SPIKE_INSTALL_DIR)/lib/libriscv \
|
||||
+sv_lib=$(SPIKE_INSTALL_DIR)/lib/libfesvr \
|
||||
+sv_lib=$(SPIKE_INSTALL_DIR)/lib/libyaml-cpp \
|
||||
+sv_lib=$(SPIKE_INSTALL_DIR)/lib/libdisasm \
|
||||
++$(elf) \
|
||||
+elf_file=$(elf) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue