Commit 89f1378b authored by Denia Bouhired-Ferrag's avatar Denia Bouhired-Ferrag

Small modifications to testbench file for burst control mode

parent b7bd40e1
......@@ -168,6 +168,7 @@ architecture behav of testbench is
(
g_pwidth => 5,
g_1_pulse_temp_rise => x"1388",
--g_1_pulse_temp_rise => x"7A125",
--g_max_temp => x"00000F4240" --10^6
g_max_temp => x"02540BE400" --10^10
......@@ -249,7 +250,7 @@ end process p_ran_gen;
interval := 250 ns;
end if;
else
interval := 500 ns;
interval := 250 ns;
end if;
burst_train <= '0';
wait for interval;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment