aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authoracw1251 <acwright@mit.edu>2018-09-18 13:34:30 -0400
committerJim Lawson <ucbjrl@berkeley.edu>2018-10-08 11:38:10 -0700
commit33ac82a5fe7a1cad1e947f8f2350c123af592deb (patch)
treee0d9302ac85ad4a3df2c960b650d6d94fa37e58b /backends
parent6a809a1bb15327dfa0134b872455d47b0ebef73c (diff)
downloadyosys-33ac82a5fe7a1cad1e947f8f2350c123af592deb.tar.gz
yosys-33ac82a5fe7a1cad1e947f8f2350c123af592deb.tar.bz2
yosys-33ac82a5fe7a1cad1e947f8f2350c123af592deb.zip
Fixed typo in "verilog_write" help message
Diffstat (limited to 'backends')
-rw-r--r--backends/verilog/verilog_backend.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/verilog/verilog_backend.cc b/backends/verilog/verilog_backend.cc
index d3262ec47..ae9031510 100644
--- a/backends/verilog/verilog_backend.cc
+++ b/backends/verilog/verilog_backend.cc
@@ -1523,7 +1523,7 @@ struct VerilogBackend : public Backend {
log("\n");
log(" -nodec\n");
log(" 32-bit constant values are by default dumped as decimal numbers,\n");
- log(" not bit pattern. This option decativates this feature and instead\n");
+ log(" not bit pattern. This option deactivates this feature and instead\n");
log(" will write out all constants in binary.\n");
log("\n");
log(" -decimal\n");
@@ -1531,13 +1531,13 @@ struct VerilogBackend : public Backend {
log("\n");
log(" -nohex\n");
log(" constant values that are compatible with hex output are usually\n");
- log(" dumped as hex values. This option decativates this feature and\n");
+ log(" dumped as hex values. This option deactivates this feature and\n");
log(" instead will write out all constants in binary.\n");
log("\n");
log(" -nostr\n");
log(" Parameters and attributes that are specified as strings in the\n");
log(" original input will be output as strings by this back-end. This\n");
- log(" decativates this feature and instead will write string constants\n");
+ log(" deactivates this feature and instead will write string constants\n");
log(" as binary numbers.\n");
log("\n");
log(" -defparam\n");