OpenCores
URL https://opencores.org/ocsvn/scarm/scarm/trunk

Subversion Repositories scarm

[/] [scarm/] [trunk/] [src/] [components/] [cache/] [scCache.h] - Blame information for rev 10

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 zhong
// scCache.h: interface for the scCache class.
2
//
3
//////////////////////////////////////////////////////////////////////
4
 
5
#if !defined(AFX_SCCACHE_H__3D36E4DE_3B3D_11D6_B9E2_000000000000__INCLUDED_)
6
#define AFX_SCCACHE_H__3D36E4DE_3B3D_11D6_B9E2_000000000000__INCLUDED_
7
 
8
#if _MSC_VER > 1000
9
#pragma once
10
#endif // _MSC_VER > 1000
11
 
12
#include"scTypes.h"
13
#include<systemc.h>
14
#include <sc_mslib.h>
15
 
16
class scCache:public sc_module
17
{
18
public://ports
19
        //sc_out<bool>        out_b_nRW;
20
        sc_outmaster<uint32_t>    out_n_A;
21
        sc_inoutslave<uint32_t>   inout_n_D;
22
public:
23
        scCache();
24
        virtual ~scCache();
25
 
26
};
27
 
28
#endif // !defined(AFX_SCCACHE_H__3D36E4DE_3B3D_11D6_B9E2_000000000000__INCLUDED_)

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.