Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by misto, Sun Nov 17 15:29:53 2002 UTC | revision 1.2 by misto, Sun Nov 17 19:20:06 2002 UTC | |
|---|---|---|
| # | Line 21 class internal_reg : public circuit { | Line 21 class internal_reg : public circuit { |
| 21 | } | } |
| 22 | ||
| 23 | // used in the begin of phase | // used in the begin of phase |
| 24 | unsigned long pass_through( void ) { | void pass_through( void ) { |
| 25 | for( int i = 0 ; i < num_out() ; i++ ) | for( int i = 0 ; i < num_out() ; i++ ) |
| 26 | set_out( i, buffer ); | set_out( i, buffer ); |
| 27 | } | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |