public class PipelineGenerator
extends Object
<depth>
cycles for a bus of <width>
w
using flip flops. Can specify <distance>
in tiles and set a <direction>
.Modifier and Type | Field and Description |
---|---|
static int |
BITS_PER_CLE |
static String |
INPUT_NAME |
static String |
OUTPUT_NAME |
Constructor and Description |
---|
PipelineGenerator() |
Modifier and Type | Method and Description |
---|---|
static PBlock |
createPipeline(Design d,
Site startingPoint,
int width,
int depth,
int distance,
com.xilinx.rapidwright.examples.PipelineGenerator.direction dir,
boolean route) |
static void |
main(String[] args) |
public static final int BITS_PER_CLE
public static String INPUT_NAME
public static String OUTPUT_NAME