Ignore:
Timestamp:
Jul 7, 2014, 12:30:38 PM (10 years ago)
Author:
alain
Message:

Improve trace in tsar_generic_iob/top.cpp.
Fix a vicious bugs in the tsar_iob_cluster netlist: the signal_proc_it[] array was too small...

File:
1 edited

Legend:

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

    r718 r739  
    612612    }
    613613
    614    SC_METHOD(init);
     614    SC_METHOD(init);
     615
    615616} // end constructor
    616617
     
    618619{
    619620   signal_ram_dspin_cmd_false.write = false;
    620    signal_ram_dspin_cmd_false.read = true;
    621    signal_ram_dspin_rsp_false.write = false;
    622    signal_ram_dspin_rsp_false.read = true;
     621   signal_ram_dspin_rsp_false.read  = true;
    623622} // end init
    624623
Note: See TracChangeset for help on using the changeset viewer.