/[smarc]/smarc/src/vmachine/mplexer.h
ViewVC logotype

Diff of /smarc/src/vmachine/mplexer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by misto, Sun Nov 17 15:29:53 2002 UTC revision 1.2 by misto, Sun Nov 17 17:29:01 2002 UTC
# Line 14  class mplexer : public circuit { Line 14  class mplexer : public circuit {
14          public:          public:
15                  mplexer( int nin , int nout )                  mplexer( int nin , int nout )
16                          : circuit(nin, nout), configuration(1) {};                          : circuit(nin, nout), configuration(1) {};
17                  void set( int conf_in = 0 ) {                  void process( int conf_in = 0 ) {
18                          if ( conf_in )                          if ( conf_in )
19                                  configuration = conf_in;                                  configuration = conf_in;
20    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26