|
Last change
on this file since 81 was
81,
checked in by rosiere, 18 years ago
|
- Finish Environment (and test)
- Continue predictor_unit
- Add external tools
- svn keyword "Id" set
|
-
Property svn:keywords set to
Id
|
|
File size:
1.0 KB
|
| Line | |
|---|
| 1 | #ifdef SYSTEMC |
|---|
| 2 | //#if defined(STATISTICS) or defined(VHDL_TESTBENCH) |
|---|
| 3 | /* |
|---|
| 4 | * $Id: Load_store_unit_function_speculative_load_commit_genMealy_dcache.cpp 81 2008-04-15 18:40:01Z rosiere $ |
|---|
| 5 | * |
|---|
| 6 | * [ Description ] |
|---|
| 7 | * |
|---|
| 8 | */ |
|---|
| 9 | |
|---|
| 10 | #include "Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit/include/Load_store_unit.h" |
|---|
| 11 | |
|---|
| 12 | namespace morpheo { |
|---|
| 13 | namespace behavioural { |
|---|
| 14 | namespace core { |
|---|
| 15 | namespace multi_execute_loop { |
|---|
| 16 | namespace execute_loop { |
|---|
| 17 | namespace multi_execute_unit { |
|---|
| 18 | namespace execute_unit { |
|---|
| 19 | namespace load_store_unit { |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | #undef FUNCTION |
|---|
| 23 | #define FUNCTION "Load_store_unit::function_speculative_load_commit_genMealy_dcache" |
|---|
| 24 | void Load_store_unit::function_speculative_load_commit_genMealy_dcache (void) |
|---|
| 25 | { |
|---|
| 26 | log_printf(FUNC,Load_store_unit,FUNCTION,"Begin"); |
|---|
| 27 | log_printf(FUNC,Load_store_unit,FUNCTION,"End"); |
|---|
| 28 | }; |
|---|
| 29 | |
|---|
| 30 | }; // end namespace load_store_unit |
|---|
| 31 | }; // end namespace execute_unit |
|---|
| 32 | }; // end namespace multi_execute_unit |
|---|
| 33 | }; // end namespace execute_loop |
|---|
| 34 | }; // end namespace multi_execute_loop |
|---|
| 35 | }; // end namespace core |
|---|
| 36 | |
|---|
| 37 | }; // end namespace behavioural |
|---|
| 38 | }; // end namespace morpheo |
|---|
| 39 | #endif |
|---|
| 40 | //#endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.