[UART]
- added UART with FIFO git-svn-id: http://moon:8086/svn/vhdl/trunk@1353 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user