repo2/atari_chips/pokeyv2/int_osc/int_osc.cmp
component int_osc is
|
|
port (
|
|
clkout : out std_logic; -- clk
|
|
oscena : in std_logic := 'X' -- oscena
|
|
);
|
|
end component int_osc;
|
|
|