1
0
mirror of synced 2026-05-04 07:10:19 +00:00

cxxrtl: fix typo.

This commit is contained in:
whitequark
2020-12-21 07:24:26 +00:00
parent a679a761b5
commit 406f866659

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");