Project

General

Profile

1318 markw
component osc_out is
port (
outclock : in std_logic := 'X'; -- export
din : in std_logic_vector(1 downto 0) := (others => 'X'); -- export
pad_out : out std_logic_vector(0 downto 0) -- export
);
end component osc_out;