mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
Cleanup symlink to remove dependency on BENDER variable
This commit is contained in:
parent
c3a56d32b1
commit
1b44f3beb9
1 changed files with 2 additions and 4 deletions
|
|
@ -224,10 +224,8 @@ $(TARGET_BUILD_DIR)/waves:
|
|||
$(TARGET_BUILD_DIR)/work:
|
||||
ln -s $(VSIM_PATH)/work $@
|
||||
|
||||
run: $(TARGET_BUILD_DIR)/modelsim.ini $(TARGET_BUILD_DIR)/boot $(TARGET_BUILD_DIR)/tcl_files $(TARGET_BUILD_DIR)/waves
|
||||
ifdef BENDER
|
||||
$(MAKE) $(TARGET_BUILD_DIR)/work
|
||||
endif
|
||||
|
||||
run: $(TARGET_BUILD_DIR)/modelsim.ini $(TARGET_BUILD_DIR)/boot $(TARGET_BUILD_DIR)/tcl_files $(TARGET_BUILD_DIR)/waves $(TARGET_BUILD_DIR)/work
|
||||
$(PULPRT_HOME)/bin/stim_utils.py --binary=$(TARGETS) --vectors=$(TARGET_BUILD_DIR)/vectors/stim.txt
|
||||
|
||||
ifdef gui
|
||||
|
|
|
|||
Loading…
Reference in a new issue