Hi there, we appear to be having an issue with the following code.
Error (10500): (line 88)
LIBRARY ieee;
USE ieee.std_logic_1164.all;
LIBRARY work;
ENTITY pract3 IS
PORT
(
clk : IN STD_LOGIC;
I_0 : IN STD_LOGIC_VECTOR (0 TO 3);
I_1 : IN STD_LOGIC_VECT...