X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fpost_alu_tb.vhd;fp=src%2Fpost_alu_tb.vhd;h=7563f2004723d474a4884ca03845b13a5cad91b6;hb=38e2913c0df0a9e246f7293b4a7312fd503b4374;hp=f2d433c456747ff49196eb128e825bd9cd26ab61;hpb=134c64de83fa44f71da94a8b76caf8ca7c11fd30;p=hwmod.git diff --git a/src/post_alu_tb.vhd b/src/post_alu_tb.vhd index f2d433c..7563f20 100644 --- a/src/post_alu_tb.vhd +++ b/src/post_alu_tb.vhd @@ -42,9 +42,9 @@ begin process begin sys_clk <= '0'; - wait for 20 ns; + wait for 15 ns; sys_clk <= '1'; - wait for 20 ns; + wait for 15 ns; if stop = true then wait; end if; @@ -91,7 +91,7 @@ begin op1 <= (others => '0'); op2 <= (others => '0'); - wait for 240 ns; + wait for 300 ns; sys_res_n <= '1'; for i in testmatrix'range loop