|
Last change
on this file since 452 was
452,
checked in by devigne, 12 years ago
|
|
Introduction of ODCCP branch
New components :
-dspin_odccp_param (Cleanup Data)
-generic_tlb_odccp (flag CC)
-generic_cache_odccp (STATE : VALID_CC and VALID_NCC)
-vci_cc_vcache_wrapper (Hybrid cache Write-Through / Write-Back,
Cleanup Data, new pktid TYPE_READ_MISS_NO_COHERENT)
-vci_mem_cache (Support for Cleanup Data, Bit coherent for directory entry)
|
|
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.