Commit eb413a57 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Tristan Gingold

wrc_core: fix likely typo on ppsg_timing_ok

parent ec0b9a5a
......@@ -6,7 +6,6 @@
-- Author : Grzegorz Daniluk <grzegorz.daniluk@cern.ch>
-- Company : CERN (BE-CO-HT)
-- Created : 2011-02-02
-- Last update: 2023-05-05
-- Platform : FPGA-generics
-- Standard : VHDL
-------------------------------------------------------------------------------
......@@ -629,7 +628,8 @@ begin
tm_cycles_o => tm_cycles_o,
tm_time_valid_o => tm_time_valid_o
);
ppsg_link_ok <= not phy_rst;
ppsg_link_ok <= ep_led_link;
pps_csync_o <= s_pps_csync;
pps_valid_o <= pps_valid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment