Skip to content
Snippets Groups Projects
Commit afb65d16 authored by BRONES Romain's avatar BRONES Romain
Browse files

Add debug output

parent 113a42bf
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ entity top_comcellnode is
rx_clk_active : out std_logic;
gt_powergood : out std_logic;
cdr_stable : out std_logic;
rx_los : out std_logic;
mod_abs : out std_logic;
-- AXIS
rx_axis_tvalid : OUT STD_LOGIC;
......@@ -303,6 +305,10 @@ architecture struct of top_comcellnode is
begin
sfp_tx_disable <= '0';
rx_los <= sfp_rx_los;
mod_abs <= sfp_mod_abs;
axis_clk <= main_clk;
inst_gtwizard:comcellnode_gtwizard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment