Files
vhdl/lib/uart/sim/tb_uart.fdo
T
jens 26ffec7f49 [UART]
- 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
2016-12-20 22:46:48 +00:00

21 lines
468 B
Plaintext

## NOTE: Do not edit this file.
##
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
vsim -t 1ps -lib work tb_uart
do {tb_uart.wdo}
view wave
view structure
view signals
run 880.0us