diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-08 10:14:47 +0100 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-08 10:14:47 +0100 |
commit | 3467ff482ed8a58b525c992329df639872e52fdc (patch) | |
tree | 6b8577919e5dba2244397d04758a9d512d7ab2e8 /pnr/top_hex/makefile | |
parent | 1b8c2521421c92e7bbaf119ebc95d7bf22f39e10 (diff) |
add top_hex
Diffstat (limited to 'pnr/top_hex/makefile')
-rw-r--r-- | pnr/top_hex/makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 |