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