fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/hw4/baseregister64.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     baseregister.h  -  description
00003 
00004     begin                : Fri Sep 12 2008
00005     copyright            : (C) 2008 by A Kopmann
00006     email                : kopmann@ipe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 
00013 
00014 #ifndef _HW4_BASEREGISTER64_H_INCLUDED
00015 #define _HW4_BASEREGISTER64_H_INCLUDED
00016 
00017 #include <hw4/sltdef.h>
00018 #include <hw4/baseregister.h>
00019 
00020 
00021 namespace hw4 {
00022 
00027 class BaseRegister64 : public BaseRegister {
00028 
00029 public:
00030 
00031   BaseRegister64(const char * name, int slotID, unsigned int regID, int r, int w);
00032         
00033   virtual ~BaseRegister64();
00034 
00035   virtual unsigned long read();
00036 
00037   virtual void write(unsigned long data);
00038 
00039 };
00040 
00041 } // namespace hw4
00042 
00043 #endif // _HW4_BASEREGISTER64_H_INCLUDED