From 3467ff482ed8a58b525c992329df639872e52fdc Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Fri, 8 Mar 2024 10:14:47 +0100 Subject: add top_hex --- pnr/top_hex/makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pnr/top_hex/makefile (limited to 'pnr/top_hex/makefile') diff --git a/pnr/top_hex/makefile b/pnr/top_hex/makefile new file mode 100644 index 0000000..5e4d5e5 --- /dev/null +++ b/pnr/top_hex/makefile @@ -0,0 +1,9 @@ + +PROJECT = top_hex + +# List all files for the project +SOURCE_FILES = \ +../../src/top_hex.vhd \ +../../src/bin2seg.vhd + +include ../makefile -- cgit v1.2.3