]> jspc29.x-matter.uni-frankfurt.de Git - TOMcat.git/commitdiff
compiles, untested
authorMichael Boehmer <mboehmer@ph.tum.de>
Thu, 6 Oct 2022 12:44:16 +0000 (14:44 +0200)
committerMichael Boehmer <mboehmer@ph.tum.de>
Thu, 6 Oct 2022 12:44:16 +0000 (14:44 +0200)
gbe/tomcat_gbe.vhd
gbe/tomcat_gbe_d0ch0_d1ch1.vhd

index 94ebf558dfea5e290dec4f7ad413f765cc200ffc..f8ebc2df4e490103cd310004042a81c032246fef 120000 (symlink)
@@ -1 +1 @@
-tomcat_gbe_d1ch1_d0ch0.vhd
\ No newline at end of file
+tomcat_gbe_d0ch0_d1ch1.vhd
\ No newline at end of file
index a41409ffde25df3c64c4cacdd3b5bf49037ba3f4..eecbd5799db99e69d39b5e1f6d9fb92c88f7e27d 100644 (file)
@@ -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