mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
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.
|
||||
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*/
|
||||
|
||||
|
@ -102,7 +102,7 @@ class StatsReport {
|
||||
os<<endl;
|
||||
|
||||
// Print organized by stage
|
||||
os<<"Peformance Statistics:\n";
|
||||
os<<"Performance Statistics:\n";
|
||||
os<<endl;
|
||||
for (ByName::iterator it = byName.begin(); it!=byName.end(); ++it) {
|
||||
const V3Statistic* repp = it->second;
|
||||
|
Loading…
Reference in New Issue
Block a user