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

Subversion Repositories aemb

[/] [aemb/] [trunk/] [sw/] [cc/] [aemb/] [core.hh] - Blame information for rev 107

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

Line No. Rev Author Line
1 107 sybreon
/* $Id: core.hh,v 1.1 2008-04-09 19:48:37 sybreon Exp $
2
**
3
** AEMB2 HI-PERFORMANCE CPU
4
** Copyright (C) 2004-2007 Shawn Tan Ser Ngiap 
5
**
6
** This file is part of AEMB.
7
**
8
** AEMB is free software: you can redistribute it and/or modify it
9
** under the terms of the GNU Lesser General Public License as
10
** published by the Free Software Foundation, either version 3 of the
11
** License, or (at your option) any later version.
12
**
13
** AEMB is distributed in the hope that it will be useful, but WITHOUT
14
** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15
** or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
16
** Public License for more details.
17
**
18
** You should have received a copy of the GNU Lesser General Public
19
** License along with AEMB. If not, see .
20
*/
21
 
22
/**
23
   General AEMB2 core library
24
   @file core.hh
25
 */
26
 
27
#include "aemb/msr.hh"
28
#include "aemb/stack.hh"
29
#include "aemb/heap.hh"
30
#include "aemb/thread.hh"
31
#include "aemb/hook.hh"
32
#include "aemb/stdio.hh"
33
 
34
#ifndef AEMB_CORE_HH
35
#define AEMB_CORE_HH
36
 
37
/**
38
Unique namespace for all aemb library functions
39
*/
40
namespace aemb {
41
 
42
}
43
 
44
#endif
45
 
46
/*
47
  $Log: not supported by cvs2svn $
48
 */

powered by: WebSVN 2.1.0

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