From 1ceb823bb748c8a820613ad5bf5d558233448d89 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Sat, 22 May 2010 04:55:40 +0200 Subject: [PATCH] quartus/makefile: fails ausgebessert --- quartus/project_gen.tcl | 3 --- src/Makefile | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/quartus/project_gen.tcl b/quartus/project_gen.tcl index 2f5df6d..242d42b 100644 --- a/quartus/project_gen.tcl +++ b/quartus/project_gen.tcl @@ -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 diff --git a/src/Makefile b/src/Makefile index 2dfd9f5..4cd647e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 -- 2.25.1