Changeset 41 for PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v0.01/MUX8.vhd
- Timestamp:
- Dec 20, 2012, 3:42:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v0.01/MUX8.vhd
r15 r41 28 28 --use UNISIM.VComponents.all; 29 29 30 entity MUX8 is30 entity CMUX8 is 31 31 Port ( di1 : in STD_LOGIC_VECTOR (7 downto 0); 32 32 di2 : in STD_LOGIC_VECTOR (7 downto 0); 33 33 sel : in STD_LOGIC; 34 34 do : out STD_LOGIC_VECTOR (7 downto 0)); 35 end MUX8;35 end CMUX8; 36 36 37 architecture Behavioral of MUX8 is37 architecture Behavioral of CMUX8 is 38 38 39 39 begin
Note: See TracChangeset
for help on using the changeset viewer.