Commit 05c98465 authored by unknown's avatar unknown

more style changes

parent 64be5f54
...@@ -58,7 +58,7 @@ entity conv_common_gw is ...@@ -58,7 +58,7 @@ entity conv_common_gw is
-- Reduces some timeouts to speed up simulations -- Reduces some timeouts to speed up simulations
g_SIMUL : boolean := false; g_SIMUL : boolean := false;
-- Reset time: 50ns * 2 * (10**6) = 100 ms -- Reset time: 50ns * 2 * (10**6) = 100 ms
g_RST_TIME : positive := 2*(10**6); g_RST_TIME : positive := 2*(10**6);
-- Number of repeater channels -- Number of repeater channels
g_NR_CHANS : integer := 6; g_NR_CHANS : integer := 6;
-- Number of inverter channels -- Number of inverter channels
...@@ -89,14 +89,14 @@ entity conv_common_gw is ...@@ -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); (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 -- Single pulse temperature rise for long 1.2us pulses
g_BURSTCTRL_1_PULSE_TEMP_RISE_LG 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 -- Single pulse temperature rise for short 250ns pulses
g_BURSTCTRL_1_PULSE_TEMP_RISE_SH g_BURSTCTRL_1_PULSE_TEMP_RISE_SH
: in unsigned (19 downto 0) := x"01388"; : unsigned (19 downto 0) := x"01388";
-- Maximum temperature allowed (scaled) -- Maximum temperature allowed (scaled)
-- For both long 1.2us pulses and short 250ns -- For both long 1.2us pulses and short 250ns
g_BURSTCTRL_MAX_TEMP_LG_SH g_BURSTCTRL_MAX_TEMP_LG_SH
: in unsigned (39 downto 0) := x"02540BE400"; : unsigned (39 downto 0) := x"02540BE400";
-- Generate logic with pulse counters -- Generate logic with pulse counters
g_WITH_PULSE_CNT : boolean := false; g_WITH_PULSE_CNT : boolean := false;
-- Generate logic with pulse timetag -- 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