Wolf-LITE/FPGA_61.440/DEBUG2/DEBUG2_inst.vhd

12 wiersze
222 B
VHDL

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