diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-06 22:45:14 +0100 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-06 22:45:14 +0100 |
commit | 8cc31c74129ee8599480ff9fe8462a96ffbfe6bc (patch) | |
tree | d5092ef066f7c42201bd86503446464e5e533304 /pnr/top_simple/makefile |
first commit with top_simple synthesis
Diffstat (limited to 'pnr/top_simple/makefile')
-rw-r--r-- | pnr/top_simple/makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pnr/top_simple/makefile b/pnr/top_simple/makefile new file mode 100644 index 0000000..a75ec68 --- /dev/null +++ b/pnr/top_simple/makefile @@ -0,0 +1,8 @@ + +PROJECT = top_simple + +# List all files for the project +SOURCE_FILES = \ +../../src/top_simple.vhd + +include ../makefile |