Ignore:
Timestamp:
Apr 15, 2015, 4:02:08 PM (9 years ago)
Author:
cfuguet
Message:

reconf: improve reconf:tsar_generic_iob simulation scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/top.cpp

    r969 r974  
    193193#include "hard_config.h"
    194194
    195 #define USE_NIC               0
    196 
    197195////////////////////////////////////////////////////////////
    198196//    Secondary Hardware Parameters values
     
    491489           "The NB_TTY_CHANNELS parameter cannot be larger than 16" );
    492490
     491#if USE_NIC
    493492   assert( (NB_NIC_CHANNELS == 2) and
    494493           "The NB_NIC_CHANNELS parameter must be 2" );
     494#endif
    495495
    496496   std::cout << std::endl << std::dec
     
    15771577
    15781578   // cycles between stats
    1579    const size_t stats_period = 150000;
     1579   const size_t stats_period = 300000;
    15801580   const size_t simul_period = debug_ok ? debug_period : stats_period;
    15811581
Note: See TracChangeset for help on using the changeset viewer.