|
Last change
on this file was
5,
checked in by guillaumeb, 16 years ago
|
|
Réorganisation des dossiers
déplacement des fichiers source dans le sous dossier ./src
déplacement de systemc dans le sous-dossier ./lib
|
|
File size:
289 bytes
|
| Rev | Line | |
|---|
| [2] | 1 | #ifndef INSTR_H_ |
|---|
| 2 | #define INSTR_H_ |
|---|
| 3 | |
|---|
| 4 | typedef struct instr_t { |
|---|
| 5 | int type; |
|---|
| 6 | int data; |
|---|
| 7 | } instr_t, * instr_ptr; |
|---|
| 8 | |
|---|
| 9 | class LoadRequest { |
|---|
| 10 | private: |
|---|
| 11 | |
|---|
| 12 | // the address of data to load |
|---|
| 13 | int address; |
|---|
| 14 | int |
|---|
| 15 | |
|---|
| 16 | public: |
|---|
| 17 | Instr() { |
|---|
| 18 | |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | inline |
|---|
| 22 | |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.