mirror of https://github.com/YosysHQ/yosys.git
cxxrtl: fix typo.
This commit is contained in:
parent
a679a761b5
commit
406f866659
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue