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

Subversion Repositories aemb

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 199 to Rev 200
    Reverse comparison

Rev 199 → Rev 200

/aemb/trunk/sw/iss/cpu/FetchUnit.hh
24,7 → 24,6
 
namespace aemb
{
typedef enum
{
OPC_ADD = 000,
/aemb/trunk/sw/iss/cpu/FixedPoint.hh
0,0 → 1,36
/*!
AEMB INSTRUCTION SET SIMULATOR
Copyright (C) 2009 Shawn Tan <shawn.tan@aeste.net>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
 
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program. If not, see
<http://www.gnu.org/licenses/>.
*/
 
#ifndef FIXEDPOINTUNIT_H_
#define FIXEDPOINTUNIT_H_
 
#include "FetchUnit.hh"
 
namespace aemb {
 
class FixedPoint
{
public:
void reset();
FixedPoint();
virtual ~FixedPoint();
};
}
#endif /*FIXEDPOINTUNIT_H_*/
/aemb/trunk/sw/iss/cpu/FixedPoint.cc
0,0 → 1,33
/*!
AEMB INSTRUCTION SET SIMULATOR
Copyright (C) 2009 Shawn Tan <shawn.tan@aeste.net>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
 
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program. If not, see
<http://www.gnu.org/licenses/>.
*/
 
#include "FixedPoint.hh"
#include "FetchUnit.hh"
 
namespace aemb {
FixedPoint::FixedPoint()
{
}
 
FixedPoint::~FixedPoint()
{
}
 
}

powered by: WebSVN 2.1.0

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