Commit e6f3af4c authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wb_fine_pulse_gen: declare IDELAYCTRL component locally

parent d7d3372c
......@@ -37,6 +37,19 @@ end fine_pulse_gen_kintexultrascale_shared;
architecture rtl of fine_pulse_gen_kintexultrascale_shared is
component IDELAYCTRL is
generic (
SIM_DEVICE : string := "7SERIES"
);
port(
RDY : out std_ulogic;
REFCLK : in std_ulogic;
RST : in std_ulogic
);
end component;
component MMCME3_ADV
generic (
BANDWIDTH : string := "OPTIMIZED";
......
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