uart_rx: ein prozessmodell. spart weitere 3 logic elements :P
[hwmod.git] / src / Makefile
index 2dfd9f534c427803b7d49452f931f5a132fd7498..32002123835b318aeea52d56a134d1a5f2be5f19 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
@@ -33,7 +33,7 @@ WORK := work
 # o source files der module
 # o reihenfolge ist wichtig
 # o keine testbechnes hier angeben
-SRCFILES := alu parser scanner display sp_ram history uart_tx uart_rx
+SRCFILES := alu parser scanner display sp_ram history uart_tx uart_rx pc_communication
 
 # o files der packages
 # o keine testbechnes hier angeben