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)
312
312
output << std::setw (64 ) << " supported platforms are: " << makePlatformsString () << std::endl;
313
313
314
314
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;
316
316
#endif
317
317
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;
319
321
output << std::setw (50 ) << " -noschedule"
320
322
<< std::setw (60 ) << " - Turn off code scheduling." << std::endl;
321
323
output << std::setw (50 ) << " -nocompaction"
322
324
<< 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 " ;
325
326
output << std::endl;
326
327
output << " USAGE: GenX_IR <InputFilename.visaasm> {Option List}" << std::endl;
327
328
output << " Converting a CISA assembly file into CISA binary file" << std::endl;
You can’t perform that action at this time.
0 commit comments