cxxrtl: fix typo.

This commit is contained in:
whitequark 2020-12-21 07:24:26 +00:00
parent a679a761b5
commit 406f866659
1 changed files with 2 additions and 2 deletions

View File

@ -2807,10 +2807,10 @@ struct CxxrtlBackend : public Backend {
log(" no optimization.\n");
log("\n");
log(" -O1\n");
log(" localize internal wires if possible.\n");
log(" unbuffer internal wires if possible.\n");
log("\n");
log(" -O2\n");
log(" like -O1, and unbuffer internal wires if possible.\n");
log(" like -O1, and localize internal wires if possible.\n");
log("\n");
log(" -O3\n");
log(" like -O2, and inline internal wires if possible.\n");