X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=blobdiff_plain;f=src%2Fbeh_loopback_tb.vhd;h=5e040f06b33fe4ed897fd34ebdba9cec7a30f509;hp=a44bdbdadbdb5823eafb07ddbed032a48755a66f;hb=a70c8de1c9738307fd2ba521b0f4916b0f8bf24b;hpb=6c9cfad9bf36e7150d94748f77ef7ec907434320 diff --git a/src/beh_loopback_tb.vhd b/src/beh_loopback_tb.vhd index a44bdbd..5e040f0 100644 --- a/src/beh_loopback_tb.vhd +++ b/src/beh_loopback_tb.vhd @@ -99,12 +99,12 @@ begin -- 1. parameter: testfallnummer -- 2. parameter: STARTBIT (1 bit) - immer '0' | 8 DATENBITS | 1 STOPBIT - immer '1' -- 3. parameter: byte das rauskommen soll - exec_tc(1, b"0000011111", b"00001111"); - exec_tc(2, b"0101010101", b"10101010"); - exec_tc(3, b"0110011001", b"11001100"); - exec_tc(4, b"0001100111", b"00110011"); - exec_tc(5, b"0010101011", b"01010101"); - exec_tc(6, b"0100110111", b"10011011"); + exec_tc(1, b"0000011111", b"11110000"); + exec_tc(2, b"0101010101", b"01010101"); + exec_tc(3, b"0110011001", b"00110011"); + exec_tc(4, b"0001100111", b"11001100"); + exec_tc(5, b"0010101011", b"10101010"); + exec_tc(6, b"0100110111", b"11011001"); stop <= true; wait;