Ignore:
Timestamp:
Jan 16, 2016, 7:44:23 PM (8 years ago)
Author:
alain
Message:

Fix a bug in debug_procid_id definition.
-This line, and those below, will be ignored--

M tsar_generic_iob/tsar_iob_cluster/caba/source/include/tsar_iob_cluster.h
M tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp
M tsar_generic_iob/top.cpp

File:
1 edited

Legend:

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

    r1002 r1030  
    261261
    262262                    uint32_t                           frozen_cycles,
    263                     uint32_t                           start_debug_cycle,
    264                     bool                               memc_debug_ok,
    265                     bool                               proc_debug_ok,
    266                     bool                               iob0_debug_ok );
     263                    bool                               debug_ok,
     264                    uint32_t                           debug_start_cycle,
     265                    uint32_t                           debug_proc_id,
     266                    uint32_t                           debug_memc_id,
     267                    bool                               debug_iob );
    267268
    268269  protected:
Note: See TracChangeset for help on using the changeset viewer.