File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -312,16 +312,17 @@ void Options::showUsage(std::ostream& output)
312312 output << std::setw (64 ) << " supported platforms are: " << makePlatformsString () << std::endl;
313313
314314 output << std::setw (50 ) << " -binary"
315- << std::setw (60 ) << " - Emit the binary code." << std::endl;
315+ << std::setw (60 ) << " - Emit the binary code (CISA binary .isa and GEN bits as .dat) ." << std::endl;
316316#endif
317317 output << std::setw (50 ) << " -output"
318- << std::setw (60 ) << " - Emit target assembly code to a file." << std::endl;
318+ << std::setw (60 ) << " - Emit GEN assembly code to a file (.asm)." << std::endl;
319+ output << std::setw (50 ) << " -dumpcommonisa"
320+ << std::setw (60 ) << " - Emit CISA assembly (.visaasm)." << std::endl;
319321 output << std::setw (50 ) << " -noschedule"
320322 << std::setw (60 ) << " - Turn off code scheduling." << std::endl;
321323 output << std::setw (50 ) << " -nocompaction"
322324 << std::setw (60 ) << " - Turn off binary compaction." << std::endl;
323- output << std::setw (50 ) << " -dumpcommonisa"
324- << std::setw (60 ) << " - Emit CISA assembly." << std::endl;
325+ output << " -...\n " ;
325326 output << std::endl;
326327 output << " USAGE: GenX_IR <InputFilename.visaasm> {Option List}" << std::endl;
327328 output << " Converting a CISA assembly file into CISA binary file" << std::endl;
You can’t perform that action at this time.
0 commit comments