Ignore:
Timestamp:
Sep 14, 2015, 9:42:15 AM (9 years ago)
Author:
cfuguet
Message:

reconf: when a local router in a cluster is faulty, the cores are kept
deactivated.

  • In the physical implementation this is achieved with the hardware reset signal. This signal is masked with the GO signals of the NoC BIST. Only when all the local routers pass the BIST, the reset signal of the cores is deasserted.
File:
1 edited

Legend:

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

    r1001 r1015  
    242242
    243243                    bool                               distboot,
     244                    bool                               disable_procs,
    244245
    245246                    const Loader                       &loader,       // loader for XRAM
     
    255256  protected:
    256257
     258    const size_t m_nb_procs;
     259    const bool   m_disable_procs;
     260
    257261    SC_HAS_PROCESS(TsarIobCluster);
    258 
    259262    void init();
    260 
    261 
    262263};
    263264
     
    267268
    268269// Local Variables:
    269 // tab-width: 3
    270 // c-basic-offset: 3
     270// tab-width: 4
     271// c-basic-offset: 4
    271272// c-file-offsets:((innamespace . 0)(inline-open . 0))
    272273// indent-tabs-mode: nil
    273274// End:
    274275
    275 // vim: filetype=cpp:expandtab:shiftwidth=3:tabstop=3:softtabstop=3
     276// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
    276277//
Note: See TracChangeset for help on using the changeset viewer.