From 8cc31c74129ee8599480ff9fe8462a96ffbfe6bc Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Wed, 6 Mar 2024 22:45:14 +0100 Subject: first commit with top_simple synthesis --- pnr/top_simple/makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pnr/top_simple/makefile (limited to 'pnr/top_simple/makefile') 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 -- cgit v1.2.3