Ignore:
Timestamp:
Apr 15, 2008, 8:40:01 PM (16 years ago)
Author:
rosiere
Message:
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
File:
1 edited

Legend:

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

    • Property svn:keywords set to Id
    r80 r81  
    3434
    3535    // Test if a write_buffer have the result
    36     while ((write_buffer->empty() == false) && (write_buffer->read(0)._delay == 0))
     36    while ((write_buffer->empty() == false) and
     37           (write_buffer->read(0)._delay == 0))
    3738      {
    3839        // Save in the cache
    39         Write_Buffer val     = write_buffer->pop();
     40        Write_Buffer val = write_buffer->pop();
    4041       
    41         uint32_t num_tag     = val.address.tag;
    42         uint32_t num_familly = val.address.familly;
     42        uint32_t num_tag           = val.address.tag;
     43        uint32_t num_familly       = val.address.familly;
    4344        uint32_t num_associativity = index_victim(num_familly);
    4445       
Note: See TracChangeset for help on using the changeset viewer.