From: Alexander Oh Date: Tue, 25 May 2010 20:28:06 +0000 (+0200) Subject: fixed testbench anomaly X-Git-Tag: abgabe~36 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=commitdiff_plain;h=93155b7836692298643a4f0a89663e3850067407 fixed testbench anomaly --- 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;