byucc.jhdl.Logic
Interface TechMapPadInterface

All Known Implementing Classes:
TechMapper

public interface TechMapPadInterface


Field Summary
static boolean DEFAULT_INSERT_PADS
           
 
Method Summary
 boolean getInsertPads()
          Get the flag indicating whether pads will be inserted
 void insertPads(Cell top)
          Insert pads for the given cell
 void setInsertPads(boolean value)
          Set a flag to indicate that you want to insert pads
 void setInsertTopLevelClockPad(boolean value)
          Set a flag indicating whether a top level clock pad is inserted
 

Field Detail

DEFAULT_INSERT_PADS

public static final boolean DEFAULT_INSERT_PADS
See Also:
Constant Field Values
Method Detail

insertPads

public void insertPads(Cell top)
Insert pads for the given cell

Parameters:
top - The top level cell for which to insert pads

setInsertPads

public void setInsertPads(boolean value)
Set a flag to indicate that you want to insert pads

Parameters:
value - boolean flag

getInsertPads

public boolean getInsertPads()
Get the flag indicating whether pads will be inserted

Returns:
The current state of the insertPads flag

setInsertTopLevelClockPad

public void setInsertTopLevelClockPad(boolean value)
Set a flag indicating whether a top level clock pad is inserted

Parameters:
value - boolean flag


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.