- composed uart from uart_tx and uart_rx
- tb_uart tests uart

git-svn-id: http://moon:8086/svn/vhdl/trunk@1354 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2016-12-20 22:46:48 +00:00
parent c5d08ec384
commit 26ffec7f49
4 changed files with 125 additions and 59 deletions
+2
View File
@@ -2,11 +2,13 @@
##
vlib work
vcom -explicit -93 "../uart_types.vhd"
vcom -explicit -93 "../juart_tx.vhd"
vcom -explicit -93 "../juart_rx.vhd"
vcom -explicit -93 "../../misc/bbfifo.vhd"
vcom -explicit -93 "../uart_tx.vhd"
vcom -explicit -93 "../uart_rx.vhd"
vcom -explicit -93 "../uart.vhd"
vcom -explicit -93 "../tb_uart.vhd"
#restart -force