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

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

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

revision 1.6 by misto, Sat Dec 28 22:52:50 2002 UTC revision 1.7 by misto, Sun Dec 29 15:23:18 2002 UTC
# Line 38  class internal_reg : public circuit { Line 38  class internal_reg : public circuit {
38                  void remember() {                  void remember() {
39                          buffer = get_in(0);                          buffer = get_in(0);
40                  }                  }
41                    
42                    // this function is to set register [used in init]
43                    void remember( unsigned long val) {
44                            buffer = val;
45                    }
46    
47                  // used in the begin of phase                  // used in the begin of phase
48                  void pass_through( void ) {                  void pass_through( void ) {

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