xilinx-lava-5.0.1.5: The Lava system for Xilinx FPGA design with layout combinators.

Lava.ISE

Synopsis

Documentation

xflowSource

Arguments

:: String

The name of the circuit to be implemented

-> String

The part to be used for the implementation

-> String

The package to be used for the implementation

-> Int

The speed grade to be used for the implementation

-> Effort

The implementaiton effort

-> Int

The target operating frequency

-> IO () 

The xflow function executes the Xilinx ISE implementation tools with the specified circuit, part, package, speed grade and implementation effort. The name of the primary clock is assumed to be clk.

implementSource

Arguments

:: String

The name of the circuit to be implemented

-> String

The part to be used for the implementation

-> String

The package to be used for the implementation

-> Int

The speed grade to be used for the implementation

-> Effort

The implementaiton effort

-> Int

The target operating frequency

-> IO ()