Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Victim/Victim_Pseudo_LRU/src/Victim_Pseudo_LRU_allocation.cpp

    r82 r88  
    1 #ifdef SYSTEMC
    21/*
    32 * $Id$
     
    5352    }
    5453
     54    if (usage_is_set(_usage,USE_SYSTEMC))
     55      {
    5556    // -----[ Register ]---------------------------------------------------
    5657    reg_TABLE = new entry_t *  [_param->_size_table];
     
    6263    internal_ACCESS_ACK    = new Tcontrol_t [_param->_nb_access];
    6364    internal_ACCESS_VICTIM = new Tentity_t  [_param->_nb_access];
     65      }
    6466
    6567#ifdef POSITION
    66     _component->generate_file();
     68    if (usage_is_set(_usage,USE_POSITION))
     69      _component->generate_file();
    6770#endif
    6871  };
     
    7477}; // end namespace behavioural
    7578}; // end namespace morpheo             
    76 #endif
Note: See TracChangeset for help on using the changeset viewer.