From 93155b7836692298643a4f0a89663e3850067407 Mon Sep 17 00:00:00 2001 From: Alexander Oh Date: Tue, 25 May 2010 22:28:06 +0200 Subject: [PATCH] fixed testbench anomaly --- src/beh_pc_communication_tb.vhd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/beh_pc_communication_tb.vhd b/src/beh_pc_communication_tb.vhd index 0775e5e..63ba7cc 100644 --- a/src/beh_pc_communication_tb.vhd +++ b/src/beh_pc_communication_tb.vhd @@ -97,12 +97,10 @@ begin stub_uart : process begin - tx_done <= '0'; while true loop + tx_done <= '0'; wait until sys_res_n = '1'; - wait until rising_edge(tx_new); - tx_done <= '0'; wait for 300 ns; tx_done <= '1'; wait for 30 ns; -- 2.25.1