~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-12-03 09:22:24 UTC
  • mfrom: (1.2.24)
  • Revision ID: package-import@ubuntu.com-20131203092224-x5wutamcrxzyu6d5
Tags: 3.854-1
* New upstream release.
* debian/control: Bumped Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
<dd>
382
382
<p>Enables tunings and work-arounds for the specified C++ compiler.</p>
383
383
<dl>
 
384
<dt><strong><a name="clang" class="item">clang</a></strong></dt>
 
385
 
 
386
<dd>
 
387
<p>Tune for clang.  This may reduce execution speed as it enables several
 
388
workarounds to avoid silly hardcoded limits in clang.  This includes
 
389
breaking deep structures as for msvc as described below.</p>
 
390
</dd>
384
391
<dt><strong><a name="gcc" class="item">gcc</a></strong></dt>
385
392
 
386
393
<dd>
3145
3152
<p>Ignoring this warning will only slow simulations, it will simulate
3146
3153
correctly.</p>
3147
3154
</dd>
 
3155
<dt><strong><a name="unpacked" class="item">UNPACKED</a></strong></dt>
 
3156
 
 
3157
<dd>
 
3158
<p>Warns that unpacked structs and unions are not supported.</p>
 
3159
<p>Ignoring this warning will make Verilator treat the structure as packed,
 
3160
which may make Verilator simulations differ from other simulators.</p>
 
3161
</dd>
3148
3162
<dt><strong><a name="unsigned" class="item">UNSIGNED</a></strong></dt>
3149
3163
 
3150
3164
<dd>