byucc.jhdl.Xilinx
Interface XilinxClock

All Known Implementing Classes:
clkdllhf

public interface XilinxClock

This is an interface identifying Xilinx clock components, so that the netlisters can determine whether to insert pads.

Author:
Eric Blake

Method Summary
 java.lang.String determineSchedule(Wire clk)
          Returns a schedule for the given output wire.
 Wire getInputWire()
          Returns the input wire that may need a pad.
 

Method Detail

getInputWire

public Wire getInputWire()
Returns the input wire that may need a pad.

Returns:
the input wire to this clock component

determineSchedule

public java.lang.String determineSchedule(Wire clk)
Returns a schedule for the given output wire.

Parameters:
clk - the clock wire to determine a schedule for
Returns:
A string containing its schedule


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