Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / pfe / Pfe_Conversion.py
CommitLineData
86530b38
AT
1# This file was created automatically by SWIG 1.3.26.
2# Don't modify this file, modify the SWIG interface instead.
3
4import _Pfe_Conversion
5
6# This file is compatible with both classic and new-style classes.
7def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
8 if (name == "this"):
9 if isinstance(value, class_type):
10 self.__dict__[name] = value.this
11 if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown
12 del value.thisown
13 return
14 method = class_type.__swig_setmethods__.get(name,None)
15 if method: return method(self,value)
16 if (not static) or hasattr(self,name) or (name == "thisown"):
17 self.__dict__[name] = value
18 else:
19 raise AttributeError("You cannot add attributes to %s" % self)
20
21def _swig_setattr(self,class_type,name,value):
22 return _swig_setattr_nondynamic(self,class_type,name,value,0)
23
24def _swig_getattr(self,class_type,name):
25 method = class_type.__swig_getmethods__.get(name,None)
26 if method: return method(self)
27 raise AttributeError,name
28
29import types
30try:
31 _object = types.ObjectType
32 _newclass = 1
33except AttributeError:
34 class _object : pass
35 _newclass = 0
36del types
37
38
39
40decmode = _Pfe_Conversion.decmode
41
42hexmode = _Pfe_Conversion.hexmode
43
44w2f = _Pfe_Conversion.w2f
45
46f2w = _Pfe_Conversion.f2w
47
48x2d = _Pfe_Conversion.x2d
49
50d2x = _Pfe_Conversion.d2x
51
52x2x = _Pfe_Conversion.x2x
53
54w2w = _Pfe_Conversion.w2w
55
56h2h = _Pfe_Conversion.h2h
57
58