X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=blobdiff_plain;f=src%2Fbeh_pc_communication_tb.vhd;h=4efc777a9f1a4895ee5fa0d328b113ae9e9591bc;hp=ebb52b7acb816b2d808132fef5456fa67a3f6979;hb=59c46d104154c881734b5dcdae684661dd56e6bd;hpb=65c3417181d66cf4de3aa1c62ee2a4401e3ef6f2 diff --git a/src/beh_pc_communication_tb.vhd b/src/beh_pc_communication_tb.vhd index ebb52b7..4efc777 100644 --- a/src/beh_pc_communication_tb.vhd +++ b/src/beh_pc_communication_tb.vhd @@ -81,11 +81,20 @@ begin -- init & reset -- we only simulate pressing of button a by now! sys_res_n <= '0'; - wait for 100 ns; + btn_a <= '0'; + d_done <= '0'; + tx_data <= "00000000"; + rx_data <= "00000000"; + d_zeile <= "0000000"; + d_spalte <= "0000000"; + tx_new <= '0'; + tx_done <= '0'; + + wait for 90 ns; sys_res_n <= '1'; - + wait for 30 ns; btn_a <= '1'; - wait for 15ns; + wait for 15 ns; btn_a <= '0'; wait; end process reset_and_button;