Changeset 16 for trunk/src/main.cpp
- Timestamp:
- Jun 24, 2009, 4:56:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main.cpp
r5 r16 25 25 sc_signal<bool> l1hit_info; 26 26 27 sc_signal<bool> make_report; 28 27 29 Processor processor("Processor", argv[1]); 28 30 L1Cache l1cache("L1Cache", 256, TAILLE_LIGNE, FULLY_ASSOCIATIVE, 2); … … 46 48 47 49 50 processor.simulation_terminate(make_report); 51 monitor.activate(make_report); 48 52 49 53 l1cache.hit_info(l1hit_info);
Note: See TracChangeset
for help on using the changeset viewer.