Spelling fixes
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
f5dfa1e9c3
commit
a69936de74
|
|
@ -2349,7 +2349,7 @@ Verilator configuration commands.
|
||||||
|
|
||||||
Switch back to processing Verilog code after a `systemc_... mode switch.
|
Switch back to processing Verilog code after a `systemc_... mode switch.
|
||||||
The Verilog code returns to the last language mode specified with
|
The Verilog code returns to the last language mode specified with
|
||||||
`begin_keywords, or SystemVerilog if none were specified.
|
`begin_keywords, or SystemVerilog if none was specified.
|
||||||
|
|
||||||
=item /*verilator clock_enable*/
|
=item /*verilator clock_enable*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ class StatsReport {
|
||||||
os<<endl;
|
os<<endl;
|
||||||
|
|
||||||
// Print organized by stage
|
// Print organized by stage
|
||||||
os<<"Peformance Statistics:\n";
|
os<<"Performance Statistics:\n";
|
||||||
os<<endl;
|
os<<endl;
|
||||||
for (ByName::iterator it = byName.begin(); it!=byName.end(); ++it) {
|
for (ByName::iterator it = byName.begin(); it!=byName.end(); ++it) {
|
||||||
const V3Statistic* repp = it->second;
|
const V3Statistic* repp = it->second;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue