OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [src_processor/] [aeMB/] [sw/] [aemb/] [core.hh] - Diff between revs 17 and 48

Only display areas with differences | Details | Blame | View Log

Rev 17 Rev 48
/* $Id: core.hh,v 1.5 2008-05-31 17:02:04 sybreon Exp $
/* $Id: core.hh,v 1.5 2008-05-31 17:02:04 sybreon Exp $
**
**
** AEMB2 HI-PERFORMANCE CPU
** AEMB2 HI-PERFORMANCE CPU
** Copyright (C) 2004-2007 Shawn Tan Ser Ngiap 
** Copyright (C) 2004-2007 Shawn Tan Ser Ngiap 
**
**
** This file is part of AEMB.
** This file is part of AEMB.
**
**
** AEMB is free software: you can redistribute it and/or modify it
** AEMB is free software: you can redistribute it and/or modify it
** under the terms of the GNU General Public License as published by
** under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** the Free Software Foundation, either version 3 of the License, or
** (at your option) any later version.
** (at your option) any later version.
**
**
** AEMB is distributed in the hope that it will be useful, but WITHOUT
** AEMB is distributed in the hope that it will be useful, but WITHOUT
** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
** or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
** or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
** License for more details.
** License for more details.
**
**
** You should have received a copy of the GNU General Public License
** You should have received a copy of the GNU General Public License
** along with AEMB.  If not, see .
** along with AEMB.  If not, see .
*/
*/
/**
/**
   General AEMB2 core library
   General AEMB2 core library
   @file core.hh
   @file core.hh
 */
 */
#ifdef  __MICROBLAZE__
#ifdef  __MICROBLAZE__
#include "msr.hh"
#include "msr.hh"
#include "stack.hh"
#include "stack.hh"
#include "heap.hh"
#include "heap.hh"
#include "thread.hh"
#include "thread.hh"
#include "hook.hh"
#include "hook.hh"
#include "stdio.hh"
//#include "stdio.hh"
#include "semaphore.hh"
#include "semaphore.hh"
 
 
 
 
 
 
#endif
#endif
/*
/*
  $Log: not supported by cvs2svn $
  $Log: not supported by cvs2svn $
  Revision 1.4  2008/04/28 20:29:15  sybreon
  Revision 1.4  2008/04/28 20:29:15  sybreon
  Made files C compatible under C++.
  Made files C compatible under C++.
  Revision 1.3  2008/04/27 16:33:42  sybreon
  Revision 1.3  2008/04/27 16:33:42  sybreon
  License change to GPL3.
  License change to GPL3.
  Revision 1.2  2008/04/26 19:31:35  sybreon
  Revision 1.2  2008/04/26 19:31:35  sybreon
  Made headers C compatible.
  Made headers C compatible.
  Revision 1.1  2008/04/09 19:48:37  sybreon
  Revision 1.1  2008/04/09 19:48:37  sybreon
  Added new C++ files
  Added new C++ files
 */
 */
 
 

powered by: WebSVN 2.1.0

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