Last change
on this file since 999 was
452,
checked in by devigne, 11 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:
282 bytes
|
Line | |
---|
1 | |
---|
2 | # -*- python -*- |
---|
3 | |
---|
4 | __id__ = "$Id: generic_tlb.sd 917 2009-03-12 10:10:06Z nipo $" |
---|
5 | __version__ = "$Revision: 917 $" |
---|
6 | |
---|
7 | Module('caba:generic_tlb', |
---|
8 | classname = 'soclib::GenericTlb', |
---|
9 | header_files = ['../include/generic_tlb.h',], |
---|
10 | tmpl_parameters = [ |
---|
11 | parameter.Type('addr_t'), |
---|
12 | ], |
---|
13 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.