Changeset 1034


Ignore:
Timestamp:
Feb 23, 2016, 4:45:45 PM (8 years ago)
Author:
alain
Message:

Fix a bug in the debug condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp

    r1031 r1034  
    191191                     8,                                   // INVALIDATE TABLE DEPTH
    192192                     debug_start_cycle,
    193                      debug_ok and (x_id == x_debug) and (y_id = y_debug) );
     193                     debug_ok and (x_id == x_debug) and (y_id == y_debug) );
    194194
    195195    std::ostringstream s_wi_memc;
Note: See TracChangeset for help on using the changeset viewer.