mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-28 22:56:42 +00:00
Revert "Merge pull request #11 from micprog/master"
This reverts commitd898ae3424, reversing changes made tob8f77f397f. The problem is that when you call `make run` twice, then the work target tries to re-do it since its a broken symlink. Furthermore, it should be anyway possible to get the bender flow working withouth symlinking the work directory.
This commit is contained in:
parent
d898ae3424
commit
9044e45930
1 changed files with 1 additions and 4 deletions
|
|
@ -221,11 +221,8 @@ $(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 $(TARGET_BUILD_DIR)/work
|
||||
run: $(TARGET_BUILD_DIR)/modelsim.ini $(TARGET_BUILD_DIR)/boot $(TARGET_BUILD_DIR)/tcl_files $(TARGET_BUILD_DIR)/waves
|
||||
$(PULPRT_HOME)/bin/stim_utils.py --binary=$(TARGETS) --vectors=$(TARGET_BUILD_DIR)/vectors/stim.txt
|
||||
|
||||
ifdef gui
|
||||
|
|
|
|||
Loading…
Reference in a new issue