Ignore:
Timestamp:
Dec 12, 2007, 5:02:47 PM (17 years ago)
Author:
rosiere
Message:

Station de reservation : systemC et VHDL ok

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/src/Reservation_station_end_cycle.cpp

    r59 r69  
    1 #ifdef VHDL_TESTBENCH
    21/*
    32 * $Id$
     
    2019
    2120#undef  FUNCTION
    22 #define FUNCTION "Reservation_station::vhdl_testbench_transition"
    23   void Reservation_station::vhdl_testbench_transition ()
     21#define FUNCTION "Reservation_station::end_cycle"
     22  void Reservation_station::end_cycle ()
    2423  {
    2524    log_printf(FUNC,Reservation_station,FUNCTION,"Begin");
    2625
     26#ifdef STATISTICS
     27    _stat->add();
     28#endif   
     29
     30#ifdef VHDL_TESTBENCH
    2731    // Evaluation before read the ouput signal
    2832//     sc_start(0);
    29 
    3033    _interfaces->testbench();
    31 
     34#endif
    3235    log_printf(FUNC,Reservation_station,FUNCTION,"End");
    3336  };
     
    4245}; // end namespace behavioural
    4346}; // end namespace morpheo             
    44 #endif
Note: See TracChangeset for help on using the changeset viewer.