public class GeneratorSettings extends AbstractSettings
GeneratorSettings
represents generator settings.
The settings contain standard and user-defined sections. Each standard section has a special
getter. User-defined section are accessed via the standard get
.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
GeneratorSettings() |
Modifier and Type | Method and Description |
---|---|
AllocationSettings |
getAllocation() |
DelaySlotSettings |
getDelaySlot() |
ExtensionsSettings |
getExtensions() |
MemorySettings |
getMemory() |
public static final java.lang.String TAG
public MemorySettings getMemory()
public AllocationSettings getAllocation()
public DelaySlotSettings getDelaySlot()
public ExtensionsSettings getExtensions()