Searched hist:10968 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/slicc/symbols/
H A DStateMachine.pydiff 10968:bde347fc89ae Mon Jul 20 10:15:00 EDT 2015 David Hashe <david.hashe@amd.com> slicc: support for multiple cache entry types in the same state machine

To have multiple Entry types (e.g., a cache Entry type and
a directory Entry type), just declare one of them as a secondary
type by using the pair 'main="false"', e.g.:

structure(DirEntry, desc="...", interface="AbstractCacheEntry",
main="false") {

...and the primary type would be declared:

structure(Entry, desc="...", interface="AbstractCacheEntry") {

Completed in 27 milliseconds