Last change
on this file since 334 was
297,
checked in by alain, 12 years ago
|
Introducing the 3 states (EMPTY,VALID,ZOMBI) states in cache directory
|
File size:
357 bytes
|
Rev | Line | |
---|
[297] | 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.