|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetlistWriter | |
byucc.jhdl.Logic | |
byucc.jhdl.netlisters |
Uses of NetlistWriter in byucc.jhdl.Logic |
Methods in byucc.jhdl.Logic with parameters of type NetlistWriter | |
void |
BasicTechMapper.netlist(Cell cell,
boolean flat,
NetlistWriter nw)
Netlists the given cell downward hierarchically into the given file. |
void |
TechMapper.netlist(Cell cell,
boolean flat,
NetlistWriter nw)
Netlists the given cell downward hierarchically into the given file. |
Uses of NetlistWriter in byucc.jhdl.netlisters |
Methods in byucc.jhdl.netlisters with parameters of type NetlistWriter | |
protected void |
VHDLNetlister.expand(Cell currentCell,
NetlistWriter output)
|
void |
VHDLNetlister.header(Cell c,
NetlistWriter output)
Instantiates header from Netlister, prints preliminary part of netlist |
void |
VHDLNetlister.footer(Cell c,
NetlistWriter output)
Instantiates footer from Netlister, no conclusion needed |
protected void |
OptNetlister.expand(Cell c,
NetlistWriter output)
Netlists the given cell to the given output writer |
protected void |
OptNetlister.header(Cell c,
NetlistWriter output)
Generates the file header for the netlist. |
protected void |
OptNetlister.footer(Cell top,
NetlistWriter output)
Generates the tail of the netlist file. |
protected void |
EDIFNetlister.expand(Cell c,
NetlistWriter output)
Netlists the given cell to the given output writer |
protected void |
EDIFNetlister.header(Cell c,
NetlistWriter output)
Generates the file header for the netlist. |
protected void |
EDIFNetlister.footer(Cell top,
NetlistWriter output)
Generates the tail of the netlist file. |
void |
Netlister.netlist(Cell top,
boolean flat,
NetlistWriter output)
Netlists the given cell and its hierarchical subtree. |
protected abstract void |
Netlister.header(Cell c,
NetlistWriter output)
Given a cell, returns any initial text to go in the output file before cell expansion |
protected abstract void |
Netlister.expand(Cell c,
NetlistWriter output)
Given a cell, returns the text to go in the output file for cell expansion. |
protected abstract void |
Netlister.footer(Cell c,
NetlistWriter output)
Given a cell, returns any concluding text to go in the output file after cell expansion |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |