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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [tools/] [src/] [librw11/] [Rw11CntlLP11.hpp] - Diff between revs 28 and 30

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

Rev 28 Rev 30
Line 1... Line 1...
// $Id: Rw11CntlLP11.hpp 623 2014-12-29 19:11:40Z mueller $
// $Id: Rw11CntlLP11.hpp 665 2015-04-07 07:13:49Z mueller $
//
//
// Copyright 2013-2014 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
Line 18... Line 18...
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
 
 
/*!
/*!
  \file
  \file
  \version $Id: Rw11CntlLP11.hpp 623 2014-12-29 19:11:40Z mueller $
  \version $Id: Rw11CntlLP11.hpp 665 2015-04-07 07:13:49Z mueller $
  \brief   Declaration of class Rw11CntlLP11.
  \brief   Declaration of class Rw11CntlLP11.
*/
*/
 
 
#ifndef included_Retro_Rw11CntlLP11
#ifndef included_Retro_Rw11CntlLP11
#define included_Retro_Rw11CntlLP11 1
#define included_Retro_Rw11CntlLP11 1
Line 48... Line 48...
 
 
    // some constants (also defined in cpp)
    // some constants (also defined in cpp)
      static const uint16_t kIbaddr = 0177514; //!< LP11 default address
      static const uint16_t kIbaddr = 0177514; //!< LP11 default address
      static const int      kLam    = 8;       //!< LP11 default lam 
      static const int      kLam    = 8;       //!< LP11 default lam 
 
 
      static const uint16_t kCSR = 000;  //!< CSR register address offset
      static const uint16_t kCSR = 000;  //!< CSR reg offset
      static const uint16_t kBUF = 002;  //!< BUF register address offset
      static const uint16_t kBUF = 002;  //!< BUF reg offset
 
 
      static const uint16_t kProbeOff = kCSR;  //!< probe address offset (rcsr)
      static const uint16_t kProbeOff = kCSR;  //!< probe address offset (rcsr)
      static const bool     kProbeInt = true;  //!< probe int active
      static const bool     kProbeInt = true;  //!< probe int active
      static const bool     kProbeRem = true;  //!< probr rem active
      static const bool     kProbeRem = true;  //!< probr rem active
 
 

powered by: WebSVN 2.1.0

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