|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.opencores.Conf
Class, where FPGA and algorithm tuning data is located
| Field Summary | |
static int |
BSH_GPC
Bitstream GPC column header. |
static int |
BSH_IOC
Bitstream IOC column header. |
static boolean |
clear
should be unused cells included in configuration |
static java.lang.String |
ddir
dest dir |
static boolean |
debug
display debug info? |
static int |
DIR_E
Direction |
static int |
DIR_N
Direction |
static int |
DIR_S
Direction |
static int |
DIR_W
Direction |
static java.lang.String[] |
exts
extension names |
static int |
FT_EDIF
|
static int |
FT_UNKNOWN
extension types |
static int |
FT_VERILOG
|
static int |
GNET_MIN
minimum number of global net users should be >= 1 |
static boolean |
graphics
display graphically? |
static boolean |
help
command line help |
static java.lang.String |
inFile
input file name |
static int |
K
number of inputs per LUT |
static java.io.PrintWriter |
log
log output stream |
static java.lang.String |
logFile
log file name |
static java.lang.String |
NAME
program name |
static java.lang.String |
NL
string representing line separator |
static int |
NUM_GPC
number of GPCs in FPGA |
static int |
NUM_IOC
number of ports in FPGA |
static int |
NUM_SR
number of special resources in FPGA |
static int[] |
OPPOSITE_DIR
Opposite directions |
static int[] |
OPTION_ENUM
matching enum for OPTION_NAME @see OPTION_NAME |
static java.lang.String[] |
OPTION_NAME
all options listed here |
static java.lang.String |
outFile
output file name |
static java.lang.String |
PARAM_HELP
parameter help text as displayed with option -h |
private static int |
pIdx
current parameter index |
static java.lang.String |
PROGRAM_DESC
two line program description as displayed at start |
static java.lang.String |
sdir
source dir |
static boolean |
verbose
display verbose info? |
static java.lang.String |
VERSION
program version |
static int |
X
maximum FPGA size |
static int |
Y
maximum FPGA size |
| Constructor Summary | |
Conf()
|
|
| Method Summary | |
static int |
fileType(java.lang.String filename)
returns file type, based on extension |
private static void |
setOption(java.lang.String[] param,
int option)
function, that set command line option |
static boolean |
setParameters(java.lang.String[] param)
Reads and processes parameters and options |
private static java.lang.String |
toDirectory(java.lang.String dir)
Converts String into directory name |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int X
public static final int Y
public static final int K
public static final int NUM_GPC
public static final int NUM_IOC
public static final int NUM_SR
public static final int GNET_MIN
public static final int DIR_N
public static final int DIR_S
public static final int DIR_W
public static final int DIR_E
public static final int[] OPPOSITE_DIR
public static java.io.PrintWriter log
public static final java.lang.String NAME
public static final java.lang.String VERSION
public static java.lang.String inFile
public static java.lang.String outFile
public static java.lang.String logFile
public static boolean help
public static boolean verbose
public static boolean debug
public static boolean graphics
public static java.lang.String sdir
public static java.lang.String ddir
public static boolean clear
public static final int BSH_GPC
public static final int BSH_IOC
public static final java.lang.String NL
public static final java.lang.String PROGRAM_DESC
public static final java.lang.String PARAM_HELP
public static final java.lang.String[] OPTION_NAME
public static final int[] OPTION_ENUM
private static int pIdx
public static final java.lang.String[] exts
public static final int FT_UNKNOWN
public static final int FT_EDIF
public static final int FT_VERILOG
| Constructor Detail |
public Conf()
| Method Detail |
public static boolean setParameters(java.lang.String[] param)
throws java.lang.Exception
param - Command line parameters
private static void setOption(java.lang.String[] param,
int option)
param - all parametersoption - option as set in OPTION_ENUM and OPTION_NAMEprivate static java.lang.String toDirectory(java.lang.String dir)
public static final int fileType(java.lang.String filename)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||