gmj.pcb.fpga
Class XPinDef

java.lang.Object
  extended by gmj.pcb.fpga.PinDef
      extended by gmj.pcb.fpga.XPinDef

public class XPinDef
extends PinDef


Field Summary
protected  String constraint
           
private static boolean debug
           
protected  String drive
           
protected  String ioBankNumber
           
protected  String iobDelay
           
protected  String ioStandard
           
protected  String pinUsage
           
protected  String slewRate
           
protected  String termination
           
protected  String voltage
           
 
Fields inherited from class gmj.pcb.fpga.PinDef
direction, pinName, pinNumber, signalName
 
Constructor Summary
XPinDef()
           
 
Method Summary
 String getConstraint()
           
 String getDrive()
           
 String getIOBankNumber()
           
 String getIOBDelay()
           
 String getIOStandard()
           
 String getPinUsage()
           
 String getSlewRate()
           
 String getTermination()
           
 String getVoltage()
           
static XPinDef parse(String def)
           
 
Methods inherited from class gmj.pcb.fpga.PinDef
getDirection, getPinName, getPinNumber, getSignalName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pinUsage

protected String pinUsage

ioStandard

protected String ioStandard

ioBankNumber

protected String ioBankNumber

drive

protected String drive

slewRate

protected String slewRate

termination

protected String termination

iobDelay

protected String iobDelay

voltage

protected String voltage

constraint

protected String constraint

debug

private static final boolean debug
See Also:
Constant Field Values
Constructor Detail

XPinDef

public XPinDef()
Method Detail

parse

public static XPinDef parse(String def)

getPinUsage

public String getPinUsage()

getIOStandard

public String getIOStandard()

getIOBankNumber

public String getIOBankNumber()

getDrive

public String getDrive()

getSlewRate

public String getSlewRate()

getTermination

public String getTermination()

getIOBDelay

public String getIOBDelay()

getVoltage

public String getVoltage()

getConstraint

public String getConstraint()


Copyright © 2013. All Rights Reserved.