diff options
Diffstat (limited to 'sim/de1_murax_franz/makefile')
-rw-r--r-- | sim/de1_murax_franz/makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/de1_murax_franz/makefile b/sim/de1_murax_franz/makefile new file mode 100644 index 0000000..eda7ebf --- /dev/null +++ b/sim/de1_murax_franz/makefile @@ -0,0 +1,12 @@ +PROJECT = de1_murax_franz + +include ./makefile.sources + +# Add here the testbench file +SOURCE_FILES = $(SYN_SOURCE_FILES) \ +../../src/t_$(PROJECT).vhd + +include ../makefile + + + |