- cleaned up

git-svn-id: http://moon:8086/svn/vhdl/trunk@1355 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2016-12-20 22:48:31 +00:00
parent 26ffec7f49
commit 2440831a07
2 changed files with 4 additions and 4 deletions
+4 -3
View File
@@ -2,7 +2,6 @@ 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
@@ -12,8 +11,10 @@ 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
add wave -noupdate -format Literal -radix hexadecimal /tb_uart/ctrl
add wave -noupdate -format Literal /tb_uart/status
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {10072550 ps} 0}
WaveRestoreCursors {{Cursor 1} {818095514 ps} 0}
configure wave -namecolwidth 150
configure wave -valuecolwidth 100
configure wave -justifyvalue left
@@ -27,4 +28,4 @@ configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {0 ps} {924 us}
WaveRestoreZoom {776920890 ps} {885425217 ps}
-1
View File
@@ -40,7 +40,6 @@ architecture behave of tb_uart is
-- Common
signal rst : std_logic := '1';
signal clk : std_logic := '1';
signal en_16_x_baud : std_logic := '1';
signal ctrl : ctrl_t;
signal status : status_t;