Uses of Class
com.eu.miscedautils.verilogparser.FVPPort

Packages that use FVPPort
com.eu.miscedautils.shell   
com.eu.miscedautils.verilog2sc   
com.eu.miscedautils.verilogparser   
com.eu.miscedautils.vhdl2verilog   
 

Uses of FVPPort in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return FVPPort
 FVPPort BayaBackBone.createPort(java.lang.String name)
           
 FVPPort BayaBackBone.createPort(java.lang.String name, java.lang.String direction)
           
 FVPPort BayaBackBone.createPort(java.lang.String name, java.lang.String direction, java.lang.String leftOfRange, java.lang.String rightOfRange)
           
 

Methods in com.eu.miscedautils.shell that return types with arguments of type FVPPort
 java.util.LinkedList<FVPPort> Vhdl2VlogBAKUP.convertPorts(FVhPEntity dut)
           
 

Uses of FVPPort in com.eu.miscedautils.verilog2sc
 

Methods in com.eu.miscedautils.verilog2sc with parameters of type FVPPort
static java.lang.String verilog2systemc.printPortDeclForDriver(FVPPort port)
           
static java.lang.String verilog2systemc.printPortDeclForMonitor(FVPPort port)
           
 

Uses of FVPPort in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPPort
 FVPPort FVPModule.findPort(java.lang.String portname)
           
 FVPPort FVPTaskOrFunctionDecl.findPort(java.lang.String portname)
           
 FVPPort FVPPin.getModPort()
           
 FVPPort FVPPortBitSelect.getParent()
           
 FVPPort FVPPortPartSelect.getParent()
           
 FVPPort FVPModule.getPort(java.lang.String portname)
           
 FVPPort FVPUDP.getPort(java.lang.String portname)
           
 FVPPort FVPTaskOrFunctionDecl.getPort(java.lang.String portname)
           
static FVPPort FVPUtils.retrievePortAndIndexesAndRanges(FVPBase obj)
           
static FVPPort FVPUtils.retrievePortAndIndexesAndRanges(FVPBase obj, java.util.LinkedList<FVPExprBase> indexes, java.util.LinkedList<FVPRange> ranges)
           
 

Methods in com.eu.miscedautils.verilogparser that return types with arguments of type FVPPort
 java.util.LinkedList<FVPPort> FVPModule.getPorts()
           
 java.util.LinkedList<FVPPort> FVPUDP.getPorts()
           
 java.util.LinkedList<FVPPort> FVPTaskOrFunctionDecl.getPorts()
           
 

Methods in com.eu.miscedautils.verilogparser with parameters of type FVPPort
 void FVPModule.addPort(FVPPort port)
           
 void FVPUDP.addPort(FVPPort port)
           
 void FVPTaskOrFunctionDecl.addPort(FVPPort port)
           
 FVPBase FVPRemoveHierarchy.flattenPort(FVPPort port, boolean isTop)
           
 FVPBase FVPCreateHierarchy.processPort(FVPPort port)
           
 void FVPModule.removePort(FVPPort port)
           
 void FVPPin.setModPort(FVPPort modPort)
           
 void FVPPortBitSelect.setParent(FVPPort parent)
           
 void FVPPortPartSelect.setParent(FVPPort parent)
           
 FVPBase FVPRemoveAssignments.traversePort(FVPPort port)
           
 

Method parameters in com.eu.miscedautils.verilogparser with type arguments of type FVPPort
 void FVPModule.setPorts(java.util.LinkedList<FVPPort> ports)
           
 void FVPUDP.setPorts(java.util.LinkedList<FVPPort> ports)
           
 void FVPTaskOrFunctionDecl.setPorts(java.util.LinkedList<FVPPort> ports)
           
 

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPPort
FVPPin(java.lang.Integer line, FVPPort port)
           
FVPPortBitSelect(java.lang.Integer line, FVPPort parent, FVPExprBase index)
           
FVPPortMap(java.lang.Integer line, FVPPort formal, FVPExprBase actual)
           
FVPPortPartSelect(java.lang.Integer line, FVPPort parent, FVPRange range)
           
 

Uses of FVPPort in com.eu.miscedautils.vhdl2verilog
 

Methods in com.eu.miscedautils.vhdl2verilog that return FVPPort
 FVPPort vhdl2verilog.convertPort(FVhPPort vhport)
           
 

Methods in com.eu.miscedautils.vhdl2verilog that return types with arguments of type FVPPort
 java.util.LinkedList<FVPPort> vhdl2verilog.convertComponentPorts(FVhPComponentDecl comp)
           
 java.util.LinkedList<FVPPort> vhdl2verilog.convertEntityPorts(FVhPEntity dut)