Skip to content

Commit cdb37dd

Browse files
trbauerigcbot
authored andcommitted
Internal Feature
1 parent 79928b2 commit cdb37dd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

visa/Option.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)