diff options
author | acw1251 <acwright@mit.edu> | 2018-09-18 13:34:30 -0400 |
---|---|---|
committer | Jim Lawson <ucbjrl@berkeley.edu> | 2018-10-08 11:38:10 -0700 |
commit | 33ac82a5fe7a1cad1e947f8f2350c123af592deb (patch) | |
tree | e0d9302ac85ad4a3df2c960b650d6d94fa37e58b /manual/command-reference-manual.tex | |
parent | 6a809a1bb15327dfa0134b872455d47b0ebef73c (diff) | |
download | yosys-33ac82a5fe7a1cad1e947f8f2350c123af592deb.tar.gz yosys-33ac82a5fe7a1cad1e947f8f2350c123af592deb.tar.bz2 yosys-33ac82a5fe7a1cad1e947f8f2350c123af592deb.zip |
Fixed typo in "verilog_write" help message
Diffstat (limited to 'manual/command-reference-manual.tex')
-rw-r--r-- | manual/command-reference-manual.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/command-reference-manual.tex b/manual/command-reference-manual.tex index 8af8ccdd0..fea2354e6 100644 --- a/manual/command-reference-manual.tex +++ b/manual/command-reference-manual.tex @@ -4421,13 +4421,13 @@ Write the current design to a Verilog file. -nodec 32-bit constant values are by default dumped as decimal numbers, - not bit pattern. This option decativates this feature and instead + not bit pattern. This option deactivates this feature and instead will write out all constants in binary. -nostr Parameters and attributes that are specified as strings in the original input will be output as strings by this back-end. This - decativates this feature and instead will write string constants + deactivates this feature and instead will write string constants as binary numbers. -defparam |