Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by misto, Sun Nov 17 19:20:06 2002 UTC | revision 1.5 by misto, Wed Nov 20 20:58:58 2002 UTC | |
|---|---|---|
| # | Line 11 | Line 11 |
| 11 | #include "mplexer.h" | #include "mplexer.h" |
| 12 | #include "cache.h" | #include "cache.h" |
| 13 | #include "sum.h" | #include "sum.h" |
| 14 | #include "constant.h" | |
| 15 | #include "const4.h" | |
| 16 | ||
| 17 | ||
| 18 | // processor status register | // processor status register |
| 19 | class PSR { | class PSR { |
| # | Line 93 class vmachine { | Line 96 class vmachine { |
| 96 | internal_reg nPC; | internal_reg nPC; |
| 97 | cache ICache; | cache ICache; |
| 98 | ||
| 99 | const4 c4; | |
| 100 | sum Add1; | sum Add1; |
| 101 | ||
| 102 | // phase 2. ID (instruction decode) | // phase 2. ID (instruction decode) |
| 103 | internal_reg PC, IR; | internal_reg PC, IR; |
| 104 | // Registers | // Registers |
| 105 | // const | constant Const; |
| 106 | mplexer Mpx3; | mplexer Mpx3; |
| 107 | ||
| 108 | sum Add2; | sum Add2; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |