mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
Create symlinks to waves folder in run target
This commit is contained in:
parent
252cecba03
commit
3903c87478
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ $(TARGET_BUILD_DIR)/fs:
|
|||
mkdir -p $@
|
||||
|
||||
run: $(TARGET_BUILD_DIR)/modelsim.ini $(TARGET_BUILD_DIR)/boot $(TARGET_BUILD_DIR)/tcl_files \
|
||||
$(TARGET_BUILD_DIR)/stdout $(TARGET_BUILD_DIR)/fs
|
||||
$(TARGET_BUILD_DIR)/stdout $(TARGET_BUILD_DIR)/fs $(TARGET_BUILD_DIR)/waves
|
||||
$(PULPRT_HOME)/bin/stim_utils.py --binary=$(TARGETS) --vectors=$(TARGET_BUILD_DIR)/vectors/stim.txt
|
||||
ifndef VSIM_PATH
|
||||
$(error "VSIM_PATH is undefined. Either call \
|
||||
|
|
|
|||
Loading…
Reference in a new issue