~ubuntu-branches/ubuntu/wily/verilator/wily

« back to all changes in this revision

Viewing changes to verilator.html

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2013-10-01 23:09:16 UTC
  • mfrom: (1.2.23)
  • Revision ID: package-import@ubuntu.com-20131001230916-slmkzq9bnninuibe
Tags: 3.853-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
     -O3                        High performance optimizations
209
209
     -O<optimization-letter>    Selectable optimizations
210
210
     -o <executable>            Name of final executable
 
211
    --no-order-clock-delay      Disable ordering clock enable assignments
211
212
    --output-split <bytes>      Split .cpp files into pieces
212
213
    --output-split-cfuncs <statements>   Split .cpp functions
213
214
    --output-split-ctrace <statements>   Split tracing functions
729
730
<p>Specify the name for the final executable built if using --exe.  Defaults
730
731
to the --prefix if not specified.</p>
731
732
</dd>
 
733
<dt><strong><a name="no_order_clock_delay" class="item">--no-order-clock-delay</a></strong></dt>
 
734
 
 
735
<dd>
 
736
<p>Rarely needed.  Disables a bug fix for ordering of clock enables with
 
737
delayed assignments.  This flag should only be used when suggested by the
 
738
developers.</p>
 
739
</dd>
732
740
<dt><strong><a name="output_split_bytes" class="item">--output-split <em>bytes</em></a></strong></dt>
733
741
 
734
742
<dd>