]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
updated tlk_med, Jan
authorhadeshyp <hadeshyp>
Thu, 10 Jan 2008 09:50:07 +0000 (09:50 +0000)
committerhadeshyp <hadeshyp>
Thu, 10 Jan 2008 09:50:07 +0000 (09:50 +0000)
trb_net16_med_tlk.vhd

index c23d176a30306856aea721627a0d867a65736f91..d775c24f46d8130334797b206cc27ab124f48d92 100644 (file)
@@ -143,9 +143,9 @@ begin
   STAT(6) <= fifo_rd_en_m;
   STAT(7) <= fifo_empty_m;
   
-  process(CLK)
+  process(TLK_RX_CLK)
     begin
-      if rising_edge(CLK) then
+      if rising_edge(TLK_RX_CLK) then
         if internal_reset = '1' then
           reg_RXD   <= (others => '0');
           reg_RX_DV <= '0';