DMux

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

DMux

Yannsonnboys
This post was updated on .
This is what i find and it work  very good

CHIP DMux {
    IN C, D;
    OUT a, b;

    PARTS:
[ADMIN: Correct solution deleted. Please do not post solutions.]
}


Reply | Threaded
Open this post in threaded view
|

Re: DMux

cadet1620
Administrator
Yannsonnboys wrote
This is what i find and it work  very good>

CHIP DMux {
    IN C, D;
    OUT a, b;
Note that you want to use the supplied prototype files without changing the interface so that they can be used in later projects. The interface to DMux should be
    IN  in, sel;

--Mark
Reply | Threaded
Open this post in threaded view
|

Re: DMux

Yannsonnboys
This post was updated on .
Yes Mark I know  I did not change the interface DMux. I just give some idea about the solution but people can just replace  like this
    C = in
    D = sel
and it will be work
 
--- Yannsonnboys ---