diff options
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 |