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

Subversion Repositories scarm

[/] [scarm/] [trunk/] [src/] [scARMCore.cpp] - 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
// This program is free software; you can redistribute it and/or
4
// modify it under the terms of the GNU General Public License
5
// as published by the Free Software Foundation; either version 2
6
// of the License, or (at your option) any later version.
7
//
8
// This program is distributed in the hope that it will be useful,
9
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
// GNU General Public License for more details.
12
//
13
// You should have received a copy of the GNU General Public License
14
// along with this program; if not, write to the Free Software
15
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
//
17
//   scARMCore.cpp: implementation of the scARMCore class.
18
//              
19
//          
20
//  Original Author: Allen Tao Zhong,
21
//  University of Electronic Science and Technology in China
22
//  email: zhong@opencores.org
23
//  header scARMCore.h
24
//  info   This is a simple ARM modeling using SystemC.
25
//               Architecure defined by Allen Tao Zhong. 
26
//
27
///////////////////////////////////////////////////////////////////////////////
28
 
29
/*****************************************************************************
30
 
31
  MODIFICATION LOG - modifiers, enter your name, affiliation, date and
32
  changes you are making here.
33
 
34
      Name, Affiliation, Date:
35
  Description of Modification:
36
 
37
 *****************************************************************************/
38
 
39
#include "scARMCore.h"
40
 
41
//////////////////////////////////////////////////////////////////////
42
// Construction/Destruction
43
//////////////////////////////////////////////////////////////////////
44
 
45
 
46
scARMCore::~scARMCore()
47
{
48
 
49
}
50
 
51
void scARMCore::entry()
52
{
53
 
54
}

powered by: WebSVN 2.1.0

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