Project

General

Profile

component int_osc is
port (
clkout : out std_logic; -- clk
oscena : in std_logic := 'X' -- oscena
);
end component int_osc;

(2-2/9)