|
Last change
on this file since 78 was
78,
checked in by rosiere, 18 years ago
|
|
Add :
- Execute_loop (must be test systemC)
- Prediction
- Direction : predifined scheme
- Branch Target Buffer
- iFetch_unit
- ifetch_queue
- pc management
- Decod_unit
- coming soon : support for custom operation
- Rename_unit
- RAT
- Free_list
- Dependence RAW check
- Load store unit pointer
- New Environnement (hierarchy_memory will remove in a next version)
Modif :
- Manage Custom Operation
- All component in execute_loop to use the new statistics management
Not Finish :
- Return Address Stack
- Environnement
|
|
File size:
731 bytes
|
| Line | |
|---|
| 1 | #ifdef VHDL |
|---|
| 2 | /* |
|---|
| 3 | * $Id$ |
|---|
| 4 | * |
|---|
| 5 | * [ Description ] |
|---|
| 6 | * |
|---|
| 7 | */ |
|---|
| 8 | |
|---|
| 9 | #include "Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod/include/Decod.h" |
|---|
| 10 | |
|---|
| 11 | namespace morpheo { |
|---|
| 12 | namespace behavioural { |
|---|
| 13 | namespace core { |
|---|
| 14 | namespace multi_front_end { |
|---|
| 15 | namespace front_end { |
|---|
| 16 | namespace decod_unit { |
|---|
| 17 | namespace decod { |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | #undef FUNCTION |
|---|
| 21 | #define FUNCTION "Decod::vhdl_declaration" |
|---|
| 22 | void Decod::vhdl_declaration (Vhdl * & vhdl) |
|---|
| 23 | { |
|---|
| 24 | log_printf(FUNC,Decod,FUNCTION,"Begin"); |
|---|
| 25 | log_printf(FUNC,Decod,FUNCTION,"End"); |
|---|
| 26 | }; |
|---|
| 27 | |
|---|
| 28 | }; // end namespace decod |
|---|
| 29 | }; // end namespace decod_unit |
|---|
| 30 | }; // end namespace front_end |
|---|
| 31 | }; // end namespace multi_front_end |
|---|
| 32 | }; // end namespace core |
|---|
| 33 | |
|---|
| 34 | }; // end namespace behavioural |
|---|
| 35 | }; // end namespace morpheo |
|---|
| 36 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.