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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [src/] [librw11/] [Rw11.cpp] - Diff between revs 19 and 28

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 19 Rev 28
Line 1... Line 1...
// $Id: Rw11.cpp 504 2013-04-13 15:37:24Z mueller $
// $Id: Rw11.cpp 625 2014-12-30 16:17:45Z mueller $
//
//
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2013-2014 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
//
// This program is free software; you may redistribute and/or modify it under
// This program is free software; you may redistribute and/or modify it under
// the terms of the GNU General Public License as published by the Free
// the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 2, or at your option any later version.
// Software Foundation, either version 2, or at your option any later version.
//
//
Line 11... Line 11...
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for complete details.
// for complete details.
// 
// 
// Revision History: 
// Revision History: 
// Date         Rev Version  Comment
// Date         Rev Version  Comment
 
// 2014-12-30   625   1.1    adopt to Rlink V4 attn logic
// 2013-03-06   495   1.0    Initial version
// 2013-03-06   495   1.0    Initial version
// 2013-01-27   478   0.1    First draft
// 2013-01-27   478   0.1    First draft
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
/*!
/*!
  \file
  \file
  \version $Id: Rw11.cpp 504 2013-04-13 15:37:24Z mueller $
  \version $Id: Rw11.cpp 625 2014-12-30 16:17:45Z mueller $
  \brief   Implemenation of Rw11.
  \brief   Implemenation of Rw11.
*/
*/
 
 
#include "librtools/Rexception.hpp"
#include "librtools/Rexception.hpp"
 
 
Line 131... Line 132...
}
}
 
 
//------------------------------------------+-----------------------------------
//------------------------------------------+-----------------------------------
//! FIXME_docs
//! FIXME_docs
 
 
int Rw11::AttnHandler(const RlinkServer::AttnArgs& args)
int Rw11::AttnHandler(RlinkServer::AttnArgs& args)
{
{
 
  Server().GetAttnInfo(args);
 
 
  for (size_t i=0; i<fNCpu; i++) fspCpu[i]->W11AttnHandler();
  for (size_t i=0; i<fNCpu; i++) fspCpu[i]->W11AttnHandler();
  return 0;
  return 0;
}
}
 
 
} // end namespace Retro
} // end namespace Retro

powered by: WebSVN 2.1.0

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