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/MUX1.vhd

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