public class PicoBlazeArray
extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PicoBlazeArray.PicoBlazeArrayCreator<T extends AbstractModuleInst<?,?,T>>  | 
| Constructor and Description | 
|---|
PicoBlazeArray()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
main(String[] args)
Part of an example tutorial of how to build an array of picoblaze modules. 
 | 
static PicoBlazeArray.PicoBlazeArrayCreator<ModuleImplsInst> | 
makeImplsCreator()  | 
static PicoBlazeArray.PicoBlazeArrayCreator<ModuleInst> | 
makeModuleCreator()  | 
static void | 
updateAnchorToBRAM(Module m)
To make it easier to specify placement, we change
 the anchor to the BRAM instance 
 | 
public static void updateAnchorToBRAM(Module m)
m - The module whose anchor should be updatedpublic static void main(String[] args)
args - public static PicoBlazeArray.PicoBlazeArrayCreator<ModuleInst> makeModuleCreator()
public static PicoBlazeArray.PicoBlazeArrayCreator<ModuleImplsInst> makeImplsCreator()