"risc: Recoding Infrastructure for SystemC (RISC) Compiler, V0.2.1\n" \
" (c) 2015 CECS, University of California, Irvine\n" \
"\n" \
"Usage: risc [<option>...] <design> [<option>...]\n" \
"\n" \
"Options: Description: Default:\n" \
"-h|--help print this usage info, quit none\n" \
"-v|--verbose increment verbosity level silent\n" \
"-w|--warnings increment warning level no warnings\n" \
"-g|-g<level> produce debugging information no debugging infos\n" \
"-O|-O<level> enable optimizations no optimization\n" \
"-I<dir> add dir to include path $SYSTEMC_LW_HOME/include\n" \
"-L<dir> add dir to library path $SYSTEMC_OOP_HOME/lib\n" \
"-l<lib> add lib to linker libraries -lsystemc\n" \
"-c compile only, do not link compile and link\n" \
"-o <filename> name output file as filename a.out\n" \
"<rose_option> passed to ROSE compiler none\n" \
"<g++_option> passed to GNU C++ compiler none\n" \
"\n"