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 ...@@ -168,6 +168,7 @@ architecture behav of testbench is
( (
g_pwidth => 5, g_pwidth => 5,
g_1_pulse_temp_rise => x"1388", 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"00000F4240" --10^6
g_max_temp => x"02540BE400" --10^10 g_max_temp => x"02540BE400" --10^10
...@@ -249,7 +250,7 @@ end process p_ran_gen; ...@@ -249,7 +250,7 @@ end process p_ran_gen;
interval := 250 ns; interval := 250 ns;
end if; end if;
else else
interval := 500 ns; interval := 250 ns;
end if; end if;
burst_train <= '0'; burst_train <= '0';
wait for interval; 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