|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdifPortInterface | |
byucc.jhdl.parsers.edif.sablecc | |
byucc.jhdl.parsers.edif.sablecc.translation |
Uses of EdifPortInterface in byucc.jhdl.parsers.edif.sablecc |
Methods in byucc.jhdl.parsers.edif.sablecc that return EdifPortInterface | |
static EdifPortInterface |
EdifPortInterface.addPort(java.lang.String name,
Wire attachedWire)
|
Methods in byucc.jhdl.parsers.edif.sablecc with parameters of type EdifPortInterface | |
static Cell |
EdifParser.parse(Cell parent,
java.lang.String filename,
EdifPortInterface[] 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,
EdifPortInterface[] portWires,
java.lang.String targetStr)
Method to return a JHDL Cell as the result of parsing the given edif file |
Uses of EdifPortInterface in byucc.jhdl.parsers.edif.sablecc.translation |
Methods in byucc.jhdl.parsers.edif.sablecc.translation with parameters of type EdifPortInterface | |
void |
JHDLEdifCell.buildCell(Cell parent,
EdifPortInterface[] portWires)
Describe buildCell
This does not build cell, it lowercases portWires name, adds to wires vector, create a Wire array from wires vector
and call the following buildCell with the Wire array |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |