3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +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(" no optimization.\n");
log("\n"); log("\n");
log(" -O1\n"); log(" -O1\n");
log(" localize internal wires if possible.\n"); log(" unbuffer internal wires if possible.\n");
log("\n"); log("\n");
log(" -O2\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("\n");
log(" -O3\n"); log(" -O3\n");
log(" like -O2, and inline internal wires if possible.\n"); log(" like -O2, and inline internal wires if possible.\n");