Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bandgap

  1. bandgap

    URGENT HELP!!! for an error message

    thanx for the idea blacktom. i will try it.. :) best regards...
  2. bandgap

    URGENT HELP!!! for an error message

    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)...
  3. bandgap

    URGENT HELP!!! for an error message

    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...

Part and Inventory Search

Back
Top