- Timestamp:
- Apr 15, 2008, 8:40:01 PM (17 years ago)
- 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 34 34 35 35 // 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)) 37 38 { 38 39 // Save in the cache 39 Write_Buffer val 40 Write_Buffer val = write_buffer->pop(); 40 41 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; 43 44 uint32_t num_associativity = index_victim(num_familly); 44 45 -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.