Exemplo n.º 1
0
 public VHDLPhysicalType(Int64 left, Int64 right, RangeDirection direction)
 {
     defPhysicalType = this;
     Range           = new PhysicalRange <T>(left, right, direction);
 }
Exemplo n.º 2
0
 public VHDLPhysicalType()
 {
     defPhysicalType = this;
     Range           = new PhysicalRange <T>();
 }
Exemplo n.º 3
0
 public VHDLPhysicalType(PhysicalRange <T> range)
 {
     defPhysicalType = this;
     Range           = range;
 }