Skip to content

Commit

Permalink
Document how to override a string parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
caryr committed Jan 3, 2025
1 parent 9e60be2 commit e3a5567
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions driver/iverilog.man.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH iverilog 1 "Jan 20th, 2024" "" "Version %M.%n%E"
.TH iverilog 1 "Jan 3rd, 2025" "" "Version %M.%n%E"
.SH NAME
iverilog - Icarus Verilog compiler

Expand Down Expand Up @@ -47,7 +47,9 @@ Defines macro \fImacro\fP as \fIdefn\fP.
Override (i.e. defparam) a parameter in a root module. This allows the
user to override at compile time (defparam) a parameter in a root
module instance. For example, \fB\-Pmain.foo=2\fP overrides the
parameter foo in the root instance main with the value 2.
parameter foo in the root instance main with the value 2 and
\fB\-Pmain.foos='"New string value"'\fP will override the parameter
foos in the root instance main with the value "New string value".
.TP 8
.B -d\fIname\fP
Activate a class of compiler debugging messages. The \fB\-d\fP switch may
Expand Down

0 comments on commit e3a5567

Please sign in to comment.