cmdLineParser.accepts(PARTIAL_OPTION_STRING, "Generate Partial");
cmdLineParser.accepts(FULL_OPTION_STRING, "Generate Full bitstream");
//cmdLineParser.accepts(CONDENSE_OPTION_STRING, "Generate condensed bitstream");
cmdLineParser.accepts(XOR_STRING,
"Perform XOR operation with operational bitfile");
cmdLineParser.accepts(OVERWRITE_STRING,
"Perform overwrite operation with operational bitfile");
cmdLineParser.accepts(CLEAR_STRING,
"Perform clear operation with operational bitfile");
cmdLineParser.accepts(AND_STRING,
"Perform and operation with operational bitfile");