quartus/makefile: fails ausgebessert
authorBernhard Urban <lewurm@gmail.com>
Sat, 22 May 2010 02:55:40 +0000 (04:55 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sat, 22 May 2010 04:14:23 +0000 (06:14 +0200)
quartus/project_gen.tcl
src/Makefile

index 2f5df6d0a6fdf78788e458698897dce3288cb80a..242d42b499b014d7f3e5a7a3d38f6e5759079e9c 100644 (file)
@@ -91,9 +91,6 @@ if {$make_assignments} {
        set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_fsm_beh.vhd
        set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_pkg.vhd
        set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_struct.vhd
-       set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_tb.vhd
-       set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_top.vhd
-       set_global_assignment -name VHDL_FILE ../../src/debouncing/debounce_top_struct.vhd
        set_global_assignment -name VHDL_FILE ../../src/debouncing/event_counter.vhd
        set_global_assignment -name VHDL_FILE ../../src/debouncing/event_counter_beh.vhd
        set_global_assignment -name VHDL_FILE ../../src/debouncing/event_counter_pkg.vhd
index 2dfd9f534c427803b7d49452f931f5a132fd7498..4cd647eb25651c90f8923cb979df5089442c8e9a 100644 (file)
@@ -10,6 +10,9 @@ POST_SDO_INST := inst
 QUARTUS := $(MPWD)/../quartus/calc
 QUOPT := --read_settings_files=on --write_settings_files=off calc -c calc
 
+HN := $(shell hostname)
+TILABHOSTS := $(shell echo ti{1..9}) apps1
+
 ifeq ($(findstring $(HN), $(TILABHOSTS)),$(HN))
 # die option 's' geht nicht... :(
 COVERVCOM := -cover bcet
@@ -19,9 +22,6 @@ COVERVCOM :=
 COVERVSIM :=
 endif
 
-HN := $(shell hostname)
-TILABHOSTS := $(shell echo ti{1..9}) apps1
-
 ifeq ($(findstring $(HN), $(TILABHOSTS)),$(HN))
 QUMACRO := unset LS_COLORS; cd $(QUARTUS); export LD_LIBRARY_PATH=/opt/quartus/quartus/linux64; export LM_LICENSE_FILE=26888@quartus; 
 else