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

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

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

revision 1.6 by misto, Thu Jan 2 17:43:54 2003 UTC revision 1.7 by misto, Sat Jan 4 01:37:44 2003 UTC
# Line 38  class circuit { Line 38  class circuit {
38          public:          public:
39                  circuit(int nin, int nout )                  circuit(int nin, int nout )
40                          : nin(nin), nout(nout), in(nin), out(nout) {}                          : nin(nin), nout(nout), in(nin), out(nout) {}
41                    void set_in( int n, bit_word val );
42                  bit_word get_in( int n );                  bit_word get_in( int n );
43                  void set_out_all( bit_word val );                  void set_out_all( bit_word val );
44                  void set_out( int n, bit_word val );                  void set_out( int n, bit_word val );

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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