Commit 7aabf27e authored by Denia Bouhired-Ferrag's avatar Denia Bouhired-Ferrag

small modifications to code

parent 897b7d21
This diff is collapsed.
......@@ -232,7 +232,7 @@ architecture arch of conv_common_gw is
-- Constant declarations
--============================================================================
-- Short pulse widths
constant c_pgen_pwidth_sh : natural := 5;
--constant c_pgen_pwidth_sh : natural := 5;
-- Burst mode maximum duty cycle is 50%, i.e. divider is 2
constant c_pgen_duty_cycle_div_sh : natural := 2;
......@@ -696,7 +696,7 @@ end generate gen_pulse_cnt;
(
g_with_fixed_pwidth => g_pgen_fixed_width,
g_pwidth => g_pgen_pwidth_sh,
g_duty_cycle_div => c_pgen_duty_cycle_div_sh
g_duty_cycle_div => g_pgen_duty_cycle_div_sh
)
port map
(
......@@ -718,11 +718,8 @@ end generate gen_pulse_cnt;
cmp_burst_ctrl : conv_dyn_burst_ctrl
generic map
(
g_pwidth => c_pgen_pwidth_sh,
g_pwidth => g_pgen_pwidth_sh,
g_1_pulse_temp_rise => g_burstctrl_1_pulse_temp_rise,
g_max_temp => g_burstctrl_max_temp
)
port map
......
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