Merge pull request #11 from micprog/master

add work directory symlink for compatibility to pulp built with bender
This commit is contained in:
bluew 2020-12-01 15:40:19 +01:00 committed by GitHub
commit d898ae3424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,8 +221,11 @@ $(TARGET_BUILD_DIR)/tcl_files:
$(TARGET_BUILD_DIR)/waves:
ln -s $(VSIM_PATH)/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
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