|
Last change
on this file since 458 was
456,
checked in by lgarcia, 12 years ago
|
|
Introduction of RWT branch
New components :
-dspin_rwt_param (Cleanup Data, Rename dspin_dhccp_param to dspin_rwt_param)
-generic_cache_rwt (STATE : VALID_CC and VALID_NCC)
-vci_cc_vcache_wrapper (Hybrid cache Write-Through / Write-Back,
Cleanup Data, dirty bit, local CAS, new pktid for NCC miss read)
-vci_mem_cache (Support for Cleanup Data, Bit coherent for directory entry,
support NCC to CC mecanism)
|
|
File size:
357 bytes
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # -*- python -*- |
|---|
| 3 | |
|---|
| 4 | __version__ = "$Revision: 917 $" |
|---|
| 5 | |
|---|
| 6 | Module('caba:generic_cache_tsar', |
|---|
| 7 | classname = 'soclib::GenericCache', |
|---|
| 8 | header_files = ['../include/generic_cache.h',], |
|---|
| 9 | tmpl_parameters = [ |
|---|
| 10 | parameter.Type('addr_t'), |
|---|
| 11 | ], |
|---|
| 12 | uses = [Uses('common:mapping_table'), |
|---|
| 13 | Uses('common:address_masking_table', |
|---|
| 14 | data_t = parameter.Reference('addr_t')),], |
|---|
| 15 | ) |
|---|
Note: See
TracBrowser
for help on using the repository browser.