|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PortInterface | |
| byucc.jhdl.parsers.edif | |
| byucc.jhdl.parsers.edif.NewJHDLGenerator | |
| Uses of PortInterface in byucc.jhdl.parsers.edif |
| Methods in byucc.jhdl.parsers.edif that return PortInterface | |
static PortInterface |
PortInterface.addPort(java.lang.String name,
Wire attachedWire)
|
| Methods in byucc.jhdl.parsers.edif with parameters of type PortInterface | |
static Cell |
EdifParser.parse(Cell parent,
java.lang.String filename,
PortInterface[] portWires,
java.lang.String targetStr)
Method to return a JHDL Cell as the result of parsing the given edif file |
static Cell |
EdifParser.parse(Cell parent,
java.lang.String filename,
java.lang.String subcellname,
PortInterface[] portWires,
java.lang.String targetStr)
Method to return a JHDL Cell as the result of parsing the given edif file |
| Uses of PortInterface in byucc.jhdl.parsers.edif.NewJHDLGenerator |
| Methods in byucc.jhdl.parsers.edif.NewJHDLGenerator with parameters of type PortInterface | |
void |
Cell.buildCell(Cell parent,
PortInterface[] portWires)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||