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

« back to all changes in this revision

Viewing changes to verilator.1

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2014-09-28 12:18:43 UTC
  • mfrom: (1.2.29)
  • Revision ID: package-import@ubuntu.com-20140928121843-x25dh09ebwng7afl
Tags: 3.864-1
* New upstream release.
* debian/upstream/metadata: Add upstream metadata information
* debian/control: Bump Standards-Version to 3.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
.\" ========================================================================
125
125
.\"
126
126
.IX Title "VERILATOR 1"
127
 
.TH VERILATOR 1 "2014-06-10" "perl v5.14.2" "User Contributed Perl Documentation"
 
127
.TH VERILATOR 1 "2014-08-31" "perl v5.14.2" "User Contributed Perl Documentation"
128
128
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
129
129
.\" way too many mistakes in technical documents.
130
130
.if n .ad l
665
665
Disables optimization of the model.
666
666
.IP "\-O3" 4
667
667
.IX Item "-O3"
668
 
Enables slow optimizations.  This may reduce simulation runtimes at the
669
 
cost of compile time.  This currently sets \-\-inline\-mult \-1.
 
668
Enables slow optimizations for the code Verilator itself generates (as
 
669
opposed to \*(L"\-CFLAGS \-O3\*(R" which effects the C compiler's optimization.  \-O3
 
670
may reduce simulation runtimes at the cost of compile time.  This currently
 
671
sets \-\-inline\-mult \-1.
670
672
.IP "\-O\fIoptimization-letter\fR" 4
671
673
.IX Item "-Ooptimization-letter"
672
674
Rarely needed.  Enables or disables a specific optimizations, with the
2740
2742
Warns that an `include filename specifies an absolute path.  This means the
2741
2743
code will not work on any other system with a different file system layout.
2742
2744
Instead of using absolute paths, relative paths (preferably without any
2743
 
directory specified whatever) should be used, and +include used on the
2744
 
command line to specify the top include source directory.
 
2745
directory specified whatever) should be used, and +incdir used on the
 
2746
command line to specify the top include source directories.
2745
2747
.Sp
2746
2748
Disabled by default as this is a code style warning; it will simulate
2747
2749
correctly.