mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
Fix spelling mistakes (#2364)
This commit is contained in:
parent
2351f9b9ad
commit
1a92a58720
@ -1454,7 +1454,7 @@ good value.
|
|||||||
|
|
||||||
Sets default timescale, timeunit and timeprecision for when `timescale does
|
Sets default timescale, timeunit and timeprecision for when `timescale does
|
||||||
not occur in sources. Default is "1ps/1ps" (to match SystemC). This is
|
not occur in sources. Default is "1ps/1ps" (to match SystemC). This is
|
||||||
overriden by C<--timescale-override>.
|
overridden by C<--timescale-override>.
|
||||||
|
|
||||||
=item --timescale-override I<timeunit>/I<timeprecision>
|
=item --timescale-override I<timeunit>/I<timeprecision>
|
||||||
|
|
||||||
@ -1542,7 +1542,7 @@ larger trace files.
|
|||||||
=item --trace-threads I<threads>
|
=item --trace-threads I<threads>
|
||||||
|
|
||||||
Enable waveform tracing using separate threads. This is typically faster in
|
Enable waveform tracing using separate threads. This is typically faster in
|
||||||
simulation runtime but uses more total compute. This option is independend of,
|
simulation runtime but uses more total compute. This option is independent of,
|
||||||
and works with, both C<--trace> and C<--trace-fst>. Different trace formats can
|
and works with, both C<--trace> and C<--trace-fst>. Different trace formats can
|
||||||
take advantage of more trace threads to varying degrees. Currently VCD tracing
|
take advantage of more trace threads to varying degrees. Currently VCD tracing
|
||||||
can utilize at most --trace-threads 1, and FST tracing can utilize at most
|
can utilize at most --trace-threads 1, and FST tracing can utilize at most
|
||||||
@ -3079,7 +3079,7 @@ information.
|
|||||||
|
|
||||||
Break the variable into multiple pieces typically to resolve UNOPTFLAT
|
Break the variable into multiple pieces typically to resolve UNOPTFLAT
|
||||||
performance issues. Typically the variables to attach this to are
|
performance issues. Typically the variables to attach this to are
|
||||||
recommeded by Verilator itself, see UNOPTFLAT.
|
recommended by Verilator itself, see UNOPTFLAT.
|
||||||
|
|
||||||
Same as /*verilator split_var*/, see L</"LANGUAGE EXTENSIONS"> for more
|
Same as /*verilator split_var*/, see L</"LANGUAGE EXTENSIONS"> for more
|
||||||
information.
|
information.
|
||||||
@ -3574,7 +3574,7 @@ for more information.
|
|||||||
|
|
||||||
Attached to a variable or a net declaration to break the variable into
|
Attached to a variable or a net declaration to break the variable into
|
||||||
multiple pieces typically to resolve UNOPTFLAT performance issues.
|
multiple pieces typically to resolve UNOPTFLAT performance issues.
|
||||||
Typically the variables to attach this to are recommeded by Verilator
|
Typically the variables to attach this to are recommended by Verilator
|
||||||
itself, see UNOPTFLAT below.
|
itself, see UNOPTFLAT below.
|
||||||
|
|
||||||
For example, Verilator will internally convert a variable with the
|
For example, Verilator will internally convert a variable with the
|
||||||
|
Loading…
Reference in New Issue
Block a user