Ignore:
Timestamp:
Jun 8, 2009, 10:43:30 PM (15 years ago)
Author:
rosiere
Message:

1) Fix performance
2) add auto generation to SPECINT2000
3) add reset in genMoore and genMealy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/src/Environment_transition.cpp

    r117 r123  
    501501
    502502                    _cout(ENVIRONMENT,"     * Rdata : ");
    503                     for (uint32_t i=0; i<nb_bytes; i++)
    504                       __cout(ENVIRONMENT,"%.2x",0xff&static_cast<uint32_t>(read_dram[0][i]));
     503                    for (uint32_t x=0; x<nb_bytes; x++)
     504                      __cout(ENVIRONMENT,"%.2x",0xff&static_cast<uint32_t>(read_dram[0][x]));
    505505                    _cout(ENVIRONMENT,".\n");
    506506                   
Note: See TracChangeset for help on using the changeset viewer.