Commit 05c98465 authored by unknown's avatar unknown

more style changes

parent 64be5f54
......@@ -89,14 +89,14 @@ entity conv_common_gw is
(0,0,769,31,104,14,82,0,0,0,0,0,0,0,0,0);
-- Single pulse temperature rise for long 1.2us pulses
g_BURSTCTRL_1_PULSE_TEMP_RISE_LG
: in unsigned (19 downto 0) := x"17700";
: unsigned (19 downto 0) := x"17700";
-- Single pulse temperature rise for short 250ns pulses
g_BURSTCTRL_1_PULSE_TEMP_RISE_SH
: in unsigned (19 downto 0) := x"01388";
: unsigned (19 downto 0) := x"01388";
-- Maximum temperature allowed (scaled)
-- For both long 1.2us pulses and short 250ns
g_BURSTCTRL_MAX_TEMP_LG_SH
: in unsigned (39 downto 0) := x"02540BE400";
: unsigned (39 downto 0) := x"02540BE400";
-- Generate logic with pulse counters
g_WITH_PULSE_CNT : boolean := false;
-- Generate logic with pulse timetag
......
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