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

Subversion Repositories scarm

[/] [scarm/] [trunk/] [src/] [sc_cp_if.h] - Blame information for rev 10

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

Line No. Rev Author Line
1 5 zhong
 
2
/***************************************************************************
3
 // sc_cp_if.h: interface for the sc_cp_if class.
4
                             -------------------
5
    begin                : Oct 2 2002
6
    copyright            : (C) 2002 UESTC
7
    author               : Zhong Tao
8
    email                : zhong@opencores.org
9
 ***************************************************************************/
10
 
11
/***************************************************************************
12
 *                                                                         *
13
 *   This program is free software; you can redistribute it and/or modify  *
14
 *   it under the terms of the GNU General Public License as published by  *
15
 *   the Free Software Foundation; either version 2 of the License, or     *
16
 *   (at your option) any later version.                                   *
17
 *                                                                         *
18
 ***************************************************************************/
19
#if !defined(AFX_SC_CP_IF_H__7BC07E74_A752_11D6_BB12_000000000000__INCLUDED_)
20
#define AFX_SC_CP_IF_H__7BC07E74_A752_11D6_BB12_000000000000__INCLUDED_
21
 
22
#if _MSC_VER > 1000
23
#pragma once
24
#endif // _MSC_VER > 1000
25
#include <systemc.h>
26
class sc_cp_if : public sc_interface
27
{
28
 
29
public:
30
 
31
        sc_cp_if();
32
        virtual ~sc_cp_if();
33
 
34
};
35
 
36
#endif // !defined(AFX_SC_CP_IF_H__7BC07E74_A752_11D6_BB12_000000000000__INCLUDED_)

powered by: WebSVN 2.1.0

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