diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-05-28 12:20:02 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-05-28 12:20:02 +0200 |
commit | aa054291a7f4eaf136d228d851354bd879fd8fe1 (patch) | |
tree | f88256db5cd1677f119b312b8f8d716a3670ad83 /sim | |
parent | f780458e75d1e22742a091e8e9cf89009e91ee8a (diff) |
add uart_rx_edge
Diffstat (limited to 'sim')
-rw-r--r-- | sim/top_uart/makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/top_uart/makefile.sources b/sim/top_uart/makefile.sources index c071757..37c4bda 100644 --- a/sim/top_uart/makefile.sources +++ b/sim/top_uart/makefile.sources @@ -6,6 +6,7 @@ SYN_SOURCE_FILES = \ ../../src/uart_tx_shift.vhd \ ../../src/top_uart.vhd \ ../../src/uart_rx.vhd \ +../../src/uart_rx_edge.vhd \ ../../src/uart_rx_shift.vhd \ ../../src/uart_rx_baudcnt.vhd \ ../../src/uart_rx_bitcnt.vhd |