source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Dcache_Access/include/Types.h @ 88

Last change on this file since 88 was 88, checked in by rosiere, 15 years ago

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 424 bytes
Line 
1#ifndef morpheo_behavioural_core_dcache_access_Types_h
2#define morpheo_behavioural_core_dcache_access_Types_h
3
4/*
5 * $Id: Types.h 88 2008-12-10 18:31:39Z rosiere $
6 *
7 * [ Description ]
8 *
9 */
10
11#include "Behavioural/include/Types.h"
12
13namespace morpheo {
14namespace behavioural {
15namespace core {
16namespace dcache_access {
17
18
19}; // end namespace dcache_access
20}; // end namespace core
21
22}; // end namespace behavioural
23}; // end namespace morpheo             
24
25#endif
Note: See TracBrowser for help on using the repository browser.