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

Subversion Repositories w11

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

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

Rev 29 Rev 30
Line 1... Line 1...
// $Id: Rw11CntlRL11.hpp 653 2015-03-01 12:53:01Z mueller $
// $Id: Rw11CntlRL11.hpp 665 2015-04-07 07:13:49Z mueller $
//
//
// Copyright 2014-2015 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2014-2015 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: Rw11CntlRL11.hpp 653 2015-03-01 12:53:01Z mueller $
  \version $Id: Rw11CntlRL11.hpp 665 2015-04-07 07:13:49Z mueller $
  \brief   Declaration of class Rw11CntlRL11.
  \brief   Declaration of class Rw11CntlRL11.
*/
*/
 
 
#ifndef included_Retro_Rw11CntlRL11
#ifndef included_Retro_Rw11CntlRL11
#define included_Retro_Rw11CntlRL11 1
#define included_Retro_Rw11CntlRL11 1
Line 57... Line 57...
 
 
    // some constants (also defined in cpp)
    // some constants (also defined in cpp)
      static const uint16_t kIbaddr = 0174400; //!< RL11 default address
      static const uint16_t kIbaddr = 0174400; //!< RL11 default address
      static const int      kLam    = 5;       //!< RL11 default lam
      static const int      kLam    = 5;       //!< RL11 default lam
 
 
      static const uint16_t kRLCS = 000; //!< RLCS register address offset
      static const uint16_t kRLCS = 000; //!< RLCS reg offset
      static const uint16_t kRLBA = 002; //!< RLBA register address offset
      static const uint16_t kRLBA = 002; //!< RLBA reg offset
      static const uint16_t kRLDA = 004; //!< RLDA register address offset
      static const uint16_t kRLDA = 004; //!< RLDA reg offset
      static const uint16_t kRLMP = 006; //!< RLMP register address offset
      static const uint16_t kRLMP = 006; //!< RLMP reg offset
 
 
      static const uint16_t kProbeOff = kRLCS; //!< probe address offset (rlcs)
      static const uint16_t kProbeOff = kRLCS; //!< probe address offset (rlcs)
      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.