## ---------------------------------------------------------------------------- ## Script : makefile ## ---------------------------------------------------------------------------- ## Author : Johann Faerber, Friedrich Beckmann ## Company : University of Applied Sciences Augsburg ## ---------------------------------------------------------------------------- ## Description: This makefile allows automating design flow with ModelSim, ## it is based on a design directory structure described in ## ../makefile ## ---------------------------------------------------------------------------- PROJECT = de1_seq include ./makefile.sources # Add here the testbench file SOURCE_FILES = $(SYN_SOURCE_FILES) \ ../../src/t_$(PROJECT).vhd include ../makefile