diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-05-14 16:21:25 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-05-14 16:21:25 +0200 |
commit | 1b09cc725908bbec8ec2e416ebeb09d8a84ac2a6 (patch) | |
tree | 31986ff7695371834515177ded0f61af509e0df3 /sim/top_uart/makefile.sources | |
parent | 1f690b5ea2be1cfc6290b7d5539effd001cde5e5 (diff) |
add top_uart
Diffstat (limited to 'sim/top_uart/makefile.sources')
-rw-r--r-- | sim/top_uart/makefile.sources | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/top_uart/makefile.sources b/sim/top_uart/makefile.sources new file mode 100644 index 0000000..c5493f3 --- /dev/null +++ b/sim/top_uart/makefile.sources @@ -0,0 +1,7 @@ +# All files which synthesized + +SYN_SOURCE_FILES = \ +../../src/baudcnt.vhd \ +../../src/edge.vhd \ +../../src/uart_tx_shift.vhd \ +../../src/top_uart.vhd |