lm_license_file_for_synplify => "27020\@jspc29", #"27000\@lxcad01.gsi.de";
lm_license_file_for_par => "1702\@jspc29",
lattice_path => '/d/jspc29/lattice/diamond/3.12',
-synplify_path => '/d/jspc29/lattice/synplify/S-2021.09-SP2/',
+synplify_path => '/d/jspc29/lattice/synplify/T-2022.09-SP2/',
nodelist_file => '../nodelist_frankfurt.txt',
pinout_file => 'trb5sc_tdc',
add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/med_sync_define.vhd"
add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/rx_control.vhd"
add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/tx_control.vhd"
+add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/main_rx_reset_RS.vhd"
+add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/main_tx_reset_RS.vhd"
add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/rx_reset_fsm.vhd"
add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/tx_reset_fsm.vhd"
add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/sci_reader.vhd"
--Other Connectors
TEST : inout std_logic_vector(14 downto 1);
- HDR_IO : inout std_logic_vector(15 downto 0)
+ HDR_IO : inout std_logic_vector(23 downto 0)
);
signal link_stat_in_reg : std_logic;
-
+ signal header_i : std_logic_vector(10 downto 1);
begin
THE_MEDIA_INTERFACE : entity work.med_ecp5_sfp_sync
generic map(
SERDES_NUM => 0,
- USE_NEW_ECP5_RESET => 0,
+ USE_NEW_ECP5_RESET => 1,
IS_SYNC_SLAVE => c_YES
)
port map(
assert DOUBLE_EDGE_TYPE /= 2 report "double edge in separate channels: connections missing" severity error;
- HDR_IO(15 downto 10) <= (others => '0');
+ HDR_IO(23 downto 10) <= (others => '0');
TEST(13 downto 1) <= (others => '0');
TEST(14) <= flash_ncs_i;
FLASH_NCS <= flash_ncs_i;