Commit 28b9e276 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

Top-level file ready for golden v0.0

parent 72ab2f7e
...@@ -163,7 +163,7 @@ architecture arch of conv_ttl_rs485 is ...@@ -163,7 +163,7 @@ architecture arch of conv_ttl_rs485 is
constant c_board_id : std_logic_vector(31 downto 0) := x"54343835"; constant c_board_id : std_logic_vector(31 downto 0) := x"54343835";
-- Gateware version -- Gateware version
constant c_gwvers : std_logic_vector(7 downto 0) := x"10"; constant c_gwvers : std_logic_vector(7 downto 0) := x"00";
--============================================================================ --============================================================================
-- Type declarations -- Type declarations
...@@ -306,7 +306,7 @@ begin ...@@ -306,7 +306,7 @@ begin
end process; end process;
-- Pulse input valid only after inhibit period is over -- Pulse input valid only after inhibit period is over
pulse_in <= (pulse_ttl or pulse_rs485) when (inhibit_first_pulse = '0') else pulse_in <= (pulse_ttl or pulse_rs485) when (inhibit_first_pulse_d0 = '0') else
(others => '0'); (others => '0');
-- Line inputs for reflection in status register -- Line inputs for reflection in status register
...@@ -331,11 +331,11 @@ begin ...@@ -331,11 +331,11 @@ begin
g_gwvers => c_gwvers, g_gwvers => c_gwvers,
g_pgen_fixed_width => false, g_pgen_fixed_width => false,
g_pgen_gf_len => 1, g_pgen_gf_len => 1,
g_with_pulse_cnt => true, --g_with_pulse_cnt => true,
g_with_pulse_timetag => true, --g_with_pulse_timetag => true,
g_with_man_trig => true, --g_with_man_trig => true,
g_man_trig_pwidth => 24, --g_man_trig_pwidth => 24,
g_with_thermometer => true, --g_with_thermometer => true,
g_bicolor_led_columns => c_bicolor_led_cols, g_bicolor_led_columns => c_bicolor_led_cols,
g_bicolor_led_lines => c_bicolor_led_lines g_bicolor_led_lines => c_bicolor_led_lines
) )
......
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