Changeset 16 for trunk/src/main.cpp


Ignore:
Timestamp:
Jun 24, 2009, 4:56:12 PM (15 years ago)
Author:
guillaumeb
Message:

localisation du problème

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/main.cpp

    r5 r16  
    2525    sc_signal<bool> l1hit_info;
    2626
     27    sc_signal<bool> make_report;
     28
    2729    Processor processor("Processor", argv[1]);
    2830    L1Cache   l1cache("L1Cache", 256, TAILLE_LIGNE, FULLY_ASSOCIATIVE, 2);
     
    4648
    4749
     50    processor.simulation_terminate(make_report);
     51    monitor.activate(make_report);
    4852
    4953    l1cache.hit_info(l1hit_info);
Note: See TracChangeset for help on using the changeset viewer.