Files
vhdl/lib/uart/sim/tb_uart.wdo
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

31 lines
1.2 KiB
Plaintext

onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_uart/rst
add wave -noupdate -format Logic /tb_uart/clk
add wave -noupdate -format Logic /tb_uart/en_16_x_baud
add wave -noupdate -format Logic /tb_uart/tx_we
add wave -noupdate -format Literal -radix hexadecimal /tb_uart/tx_din
add wave -noupdate -format Logic /tb_uart/rx_re
add wave -noupdate -format Literal -radix hexadecimal /tb_uart/rx_dout
add wave -noupdate -format Literal -radix hexadecimal /tb_uart/data_rx
add wave -noupdate -format Literal -radix hexadecimal /tb_uart/data_tx
add wave -noupdate -format Literal /tb_uart/count_rx
add wave -noupdate -format Logic /tb_uart/tx_ser
add wave -noupdate -format Logic /tb_uart/rx_ser
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {10072550 ps} 0}
configure wave -namecolwidth 150
configure wave -valuecolwidth 100
configure wave -justifyvalue left
configure wave -signalnamewidth 1
configure wave -snapdistance 10
configure wave -datasetprefix 0
configure wave -rowmargin 4
configure wave -childrowmargin 2
configure wave -gridoffset 0
configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {0 ps} {924 us}