diff options
Diffstat (limited to 'pnr/top_uart/makefile')
-rw-r--r-- | pnr/top_uart/makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pnr/top_uart/makefile b/pnr/top_uart/makefile new file mode 100644 index 0000000..cbb853c --- /dev/null +++ b/pnr/top_uart/makefile @@ -0,0 +1,10 @@ + +PROJECT = top_uart + +# Take the vhdl files of the project +# from the simulation setup. This defines SYN_SOURCE_FILES +include ../../sim/$(PROJECT)/makefile.sources +# List all files for the project +SOURCE_FILES = $(SYN_SOURCE_FILES) + +include ../makefile |