fdhwlib
2.0.25
|
00001 /*************************************************************************** 00002 sltversion.h - description 00003 00004 begin : Mon Aug 7 2000 00005 copyright : (C) 2000 by Andreas Kopmann 00006 email : kopmann@hpe.fzk.de 00007 ***************************************************************************/ 00008 00009 00010 #ifndef _HW4_SLTVERSION_H_INCLUDED 00011 #define _HW4_SLTVERSION_H_INCLUDED 00012 00013 #include <hw4/fltdef.h> 00014 #include <hw4/baseregister.h> 00015 00016 class BaseRegisterItem; 00017 00018 namespace hw4 { 00019 00033 class SltVersion : public BaseRegister { 00034 public: 00035 SltVersion(const char *name, int slotID, int regID, int r, int w); 00036 ~SltVersion(); 00037 00038 00040 BaseRegisterItem *fpgaVersion; 00041 00043 BaseRegisterItem *docRevision; 00044 00046 BaseRegisterItem *project; 00047 }; 00048 00049 } // namespace hw4 00050 00051 #endif // _HW4_SLTVERSION_H_INCLUDED 00052