public class Params
extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
RW_DECOMPRESS_GZIPPED_EDIF_TO_DISK
Flag to have RapidWright decompress gzipped EDIF files to disk prior to
parsing.
|
static String |
RW_DECOMPRESS_GZIPPED_EDIF_TO_DISK_NAME |
Constructor and Description |
---|
Params() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isParamSet(String key)
Checks if the named RapidWright parameter is set via an environment variable
or by a JVM parameter of the same name.
|
static boolean |
isSet(String value)
Checks if a parameter is set by examining the provided value.
|
public static String RW_DECOMPRESS_GZIPPED_EDIF_TO_DISK_NAME
public static boolean RW_DECOMPRESS_GZIPPED_EDIF_TO_DISK
public static boolean isParamSet(String key)
key
- Name of the global RapidWright parameterParams.isSet(String)
),
false otherwisepublic static boolean isSet(String value)
value
- An environment variable or JVM parameter value