byucc.jhdl.Xilinx.XC4000.techmap
Class XC4000FloorPlanModule

java.lang.Object
  extended bybyucc.jhdl.Xilinx.XC4000.techmap.XC4000FloorPlanModule
All Implemented Interfaces:
FloorPlanModule

public class XC4000FloorPlanModule
extends java.lang.Object
implements FloorPlanModule


Constructor Summary
XC4000FloorPlanModule(XC4000TechMapper mapper, AbstractViewManager listener)
           
 
Method Summary
 boolean addLayoutView(Cell cell)
           
 CellColorModel getCellColorModel()
           
 java.lang.String getCellName(Cell c)
           
 javax.swing.JComponent getFloorPlanCanvas()
           
 javax.swing.JPanel getHintBar()
           
 javax.swing.JPanel getToolBar()
           
 void init(javax.swing.JPanel panel, Cell top)
           
 void netlist(java.lang.String filename)
           
 boolean NothingPlaced(Cell par)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XC4000FloorPlanModule

public XC4000FloorPlanModule(XC4000TechMapper mapper,
                             AbstractViewManager listener)
Method Detail

addLayoutView

public boolean addLayoutView(Cell cell)

getCellColorModel

public CellColorModel getCellColorModel()
Specified by:
getCellColorModel in interface FloorPlanModule

getToolBar

public javax.swing.JPanel getToolBar()
Specified by:
getToolBar in interface FloorPlanModule

getHintBar

public javax.swing.JPanel getHintBar()
Specified by:
getHintBar in interface FloorPlanModule

getFloorPlanCanvas

public javax.swing.JComponent getFloorPlanCanvas()
Specified by:
getFloorPlanCanvas in interface FloorPlanModule

getCellName

public java.lang.String getCellName(Cell c)
Specified by:
getCellName in interface FloorPlanModule

netlist

public void netlist(java.lang.String filename)
Specified by:
netlist in interface FloorPlanModule

reset

public void reset()
Specified by:
reset in interface FloorPlanModule

NothingPlaced

public boolean NothingPlaced(Cell par)

init

public void init(javax.swing.JPanel panel,
                 Cell top)
Specified by:
init in interface FloorPlanModule


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