From 2440831a07071cc26b206f20184a1eef61432ba0 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 20 Dec 2016 22:48:31 +0000 Subject: [PATCH] [UART] - cleaned up git-svn-id: http://moon:8086/svn/vhdl/trunk@1355 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/uart/sim/tb_uart.wdo | 7 ++++--- lib/uart/tb_uart.vhd | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/uart/sim/tb_uart.wdo b/lib/uart/sim/tb_uart.wdo index 1311d50..010c54e 100644 --- a/lib/uart/sim/tb_uart.wdo +++ b/lib/uart/sim/tb_uart.wdo @@ -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} diff --git a/lib/uart/tb_uart.vhd b/lib/uart/tb_uart.vhd index 31717db..4d3892c 100644 --- a/lib/uart/tb_uart.vhd +++ b/lib/uart/tb_uart.vhd @@ -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;