Ignore:
Timestamp:
Mar 27, 2015, 5:21:52 PM (9 years ago)
Author:
alain
Message:

Fix a bug in platform tsar_generic_iob to support more than 4 processors per cluster.
The hard_config.h file format has also been enriched.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/include/tsar_iob_cluster.h

    r802 r959  
    7070    // interrupt signals
    7171    sc_signal<bool>                       signal_false;
    72     sc_signal<bool>                       signal_proc_it[16];
     72    sc_signal<bool>                       signal_proc_it[32];
    7373    sc_signal<bool>                       signal_irq_mdma[8];
    7474    sc_signal<bool>                       signal_irq_memc;
     
    198198                    const soclib::common::MappingTable &mt_iox,
    199199
    200                     size_t                             x_width,       // x field  bits
    201                     size_t                             y_width,       // y field  bits
    202                     size_t                             l_width,       // l field  bits
    203                     size_t                             p_width,       // p field  bits
     200                    size_t                             x_width,   // x field  bits
     201                    size_t                             y_width,   // y field  bits
     202                    size_t                             l_width,   // l field  bits
     203                    size_t                             p_width,   // p field  bits
    204204
    205205                    size_t                             int_memc_tgt_id,
     
    226226                    size_t                             l1_d_sets,   
    227227                    size_t                             xram_latency,
    228                     size_t                             xcu_nb_inputs,
    229 
    230                     const Loader                       &loader,       // loader for XRAM
     228                    size_t                             xcu_nb_hwi,
     229                    size_t                             xcu_nb_pti,
     230                    size_t                             xcu_nb_wti,
     231                    size_t                             xcu_nb_irq,
     232
     233                    const Loader                       &loader,  // loader for XRAM
    231234
    232235                    uint32_t                           frozen_cycles,
Note: See TracChangeset for help on using the changeset viewer.