TODOs und kleine anpassungen bei TBs fuer die ALU
[hwmod.git] / src / post_alu_tb.vhd
index f2d433c456747ff49196eb128e825bd9cd26ab61..7563f2004723d474a4884ca03845b13a5cad91b6 100644 (file)
@@ -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