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

7 wiersze
130 B
Plaintext

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