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

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