Ignore:
Timestamp:
Dec 20, 2012, 3:42:20 PM (12 years ago)
Author:
rolagamo
Message:

Ceci est la version stable avant optimisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PROJECT_CORE_MPI/CORE_MPI/BRANCHES/v0.01/MUX8.vhd

    r15 r41  
    2828--use UNISIM.VComponents.all;
    2929
    30 entity MUX8 is
     30entity CMUX8 is
    3131    Port ( di1 : in  STD_LOGIC_VECTOR (7 downto 0);
    3232           di2 : in  STD_LOGIC_VECTOR (7 downto 0);
    3333           sel : in  STD_LOGIC;
    3434           do : out  STD_LOGIC_VECTOR (7 downto 0));
    35 end MUX8;
     35end CMUX8;
    3636
    37 architecture Behavioral of MUX8 is
     37architecture Behavioral of CMUX8 is
    3838
    3939begin
Note: See TracChangeset for help on using the changeset viewer.