From: Michael Boehmer Date: Thu, 6 Oct 2022 12:44:16 +0000 (+0200) Subject: compiles, untested X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=458cc97ab25b304f2b6dd58361161d95c5ebb242;p=TOMcat.git compiles, untested --- diff --git a/gbe/tomcat_gbe.vhd b/gbe/tomcat_gbe.vhd index 94ebf55..f8ebc2d 120000 --- a/gbe/tomcat_gbe.vhd +++ b/gbe/tomcat_gbe.vhd @@ -1 +1 @@ -tomcat_gbe_d1ch1_d0ch0.vhd \ No newline at end of file +tomcat_gbe_d0ch0_d1ch1.vhd \ No newline at end of file diff --git a/gbe/tomcat_gbe_d0ch0_d1ch1.vhd b/gbe/tomcat_gbe_d0ch0_d1ch1.vhd index a41409f..eecbd57 100644 --- a/gbe/tomcat_gbe_d0ch0_d1ch1.vhd +++ b/gbe/tomcat_gbe_d0ch0_d1ch1.vhd @@ -329,8 +329,10 @@ begin -- DLM DLM_INJECT_IN => '0', DLM_DATA_IN => x"00", - DLM_FOUND_OUT => open, - DLM_DATA_OUT => open, +-- DLM_FOUND_OUT => open, +-- DLM_DATA_OUT => open, + DLM_FOUND_OUT => dlm_found_int, + DLM_DATA_OUT => dlm_rx_data_int, DLM_CLK_OUT => open, -- Debug STATUS_OUT => status(7 downto 0), @@ -378,8 +380,10 @@ begin -- DLM DLM_INJECT_IN => dlm_inject_int, DLM_DATA_IN => dlm_tx_data_int, - DLM_FOUND_OUT => dlm_found_int, - DLM_DATA_OUT => dlm_rx_data_int, + DLM_FOUND_OUT => open, + DLM_DATA_OUT => open, +-- DLM_FOUND_OUT => dlm_found_int, +-- DLM_DATA_OUT => dlm_rx_data_int, DLM_CLK_OUT => open, -- Debug STATUS_OUT => open, @@ -676,7 +680,8 @@ begin -- GPIO(13 downto 13) <= debug(33 downto 33); -- GPIO <= (others => 'Z'); - TIMING_TEST <= dlm_inject_int; --'0'; +-- TIMING_TEST <= dlm_inject_int; --'0'; + TIMING_TEST <= dlm_found_int; --'0'; ------------------------------------------------------------------------------- -- LED