Wolf-LITE/FPGA_61.440/DEBUG2/DEBUG2.cmp

7 wiersze
132 B
Plaintext

component DEBUG2 is
port (
probe : in std_logic_vector(23 downto 0) := (others => 'X') -- probe
);
end component DEBUG2;