]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
change timer range to ~15s
authorJan Michel <michel@physik.uni-frankfurt.de>
Thu, 15 Feb 2024 11:59:11 +0000 (12:59 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Thu, 15 Feb 2024 11:59:11 +0000 (12:59 +0100)
media_interfaces/med_ecp5_sfp_sync.vhd
media_interfaces/med_ecp5_sfp_sync_2.vhd

index 8c271dd4ed578b7dd3ee2d439b6825ee74be4b81..56647c2292b95ce0419574dc895ef793672a4791 100644 (file)
@@ -352,7 +352,7 @@ stat_med(7) <= rx_ready;
 stat_med(8) <= tx_ready;
 stat_med(9) <= lsm_status;
 stat_med(15 downto 10) <= (others => '0');
-stat_med(31 downto 16) <= timer(26 downto 11);
+stat_med(31 downto 16) <= timer(30 downto 15);
   
   
   PROC_TIMER : process begin
index 5cb2354c263b4e79eabe7747144be3c3543b5723..7f75ad5f67fec32e59a006a3687c0bbe2445c9e6 100644 (file)
@@ -392,7 +392,7 @@ THE_MED_CONTROL : entity work.med_sync_control
   stat_med(i*32+8) <= tx_ready(i);
   stat_med(i*32+9) <= lsm_status(i);
   stat_med(i*32+15 downto i*32+10) <= (others => '0');
-  stat_med(i*32+31 downto i*32+16) <= timer(i)(26 downto 11);
+  stat_med(i*32+31 downto i*32+16) <= timer(i)(30 downto 15);
   
   
   PROC_TIMER : process begin