com.eu.miscedautils.vhdlparser
Class FVhPInstantiation
java.lang.Object
com.eu.miscedautils.BaseHDLObject.BaseHDL
com.eu.miscedautils.vhdlparser.FVhPBase
com.eu.miscedautils.vhdlparser.FVhPInstantiation
- All Implemented Interfaces:
- java.io.Serializable
public class FVhPInstantiation
- extends FVhPBase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVhPInstantiation
public FVhPInstantiation(java.lang.Integer line,
java.lang.String name,
FVhPBase master)
getInstanceName
public java.lang.String getInstanceName()
setInstanceName
public void setInstanceName(java.lang.String instanceName)
getLibName
public java.lang.String getLibName()
setLibName
public void setLibName(java.lang.String libName)
getMaster
public FVhPBase getMaster()
setMaster
public void setMaster(FVhPBase master)
getArchitecture
public FVhPArchitecture getArchitecture()
setArchitecture
public void setArchitecture(FVhPArchitecture architecture)
getPortmaps
public java.util.LinkedList<FVhPPortMap> getPortmaps()
setPortmaps
public void setPortmaps(java.util.LinkedList<FVhPPortMap> portmaps)
addPortMap
public void addPortMap(FVhPPortMap portmap)
getGenericmaps
public java.util.LinkedList<FVhPGenericMap> getGenericmaps()
setGenericmaps
public void setGenericmaps(java.util.LinkedList<FVhPGenericMap> genericmaps)
addGenericMap
public void addGenericMap(FVhPGenericMap genericmap)
passMappedGenericValuesToMaster
public void passMappedGenericValuesToMaster()
revertMappedGenericValuesOfMasterToItsDefaultValues
public void revertMappedGenericValuesOfMasterToItsDefaultValues()
elaborate
public boolean elaborate()
- Specified by:
elaborate
in class FVhPBase
print
public java.lang.String print()
- Specified by:
print
in class FVhPBase
printDecl
public java.lang.String printDecl()
- Specified by:
printDecl
in class FVhPBase
getFlattenedRange
public FVhPBase getFlattenedRange()
- Specified by:
getFlattenedRange
in class FVhPBase