Commit 3cda6a74 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wr_core_demo: added aux clock output to the top level module

parent 0b07fcd4
......@@ -235,6 +235,7 @@ architecture rtl of spec_top is
clk_sys_i : in std_logic;
clk_dmtd_i : in std_logic;
clk_ref_i : in std_logic;
clk_aux_i : in std_logic := '0';
rst_n_i : in std_logic;
pps_p_o : out std_logic;
dac_hpll_load_p1_o : out std_logic;
......
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