- added UART with FIFO

git-svn-id: http://moon:8086/svn/vhdl/trunk@1353 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2016-12-20 20:36:04 +00:00
parent e4da80768a
commit c5d08ec384
5 changed files with 494 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
## NOTE: Do not edit this file.
##
vlib work
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 "../tb_uart.vhd"
#restart -force
vsim -t 1ps -lib work tb_uart
do {tb_uart.wdo}
view wave
view structure
view signals
run 880.0us