Files
vhdl/lib/uart/sim/tb_uart.fdo
T
jens c5d08ec384 [UART]
- added UART with FIFO

git-svn-id: http://moon:8086/svn/vhdl/trunk@1353 cc03376c-175c-47c8-b038-4cd826a8556b
2016-12-20 20:36:04 +00:00

19 lines
394 B
Plaintext

## 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