here is the full code for mux4bit blacktom
ENTITY mux4bit IS
GENERIC(one_delay : TIME := 2 NS);
PORT(IN1: IN BIT_VECTOR(3 DOWNTO 0); SEL: IN BIT_VECTOR(1 DOWNTO 0); OUT1: OUT BIT);
END mux4bit;
ARCHITECTURE structure OF mux4bit IS
SIGNAL internal_IN1: BIT_VECTOR(3 DOWNTO 0)...
hi
im using model sim to compile some of my vhdl codes. but, i see an error message, which i couldnt be able to solve up to now, while compiling one of my .vhd file.
the error message is:
# ** Error: F:/Master Courses/EE 598/EA HW2/ALU16BIT_ENTITY.vhd(22): Cannot resolve slice name as type...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.