3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-28 11:25:53 +00:00

Fixed typo in "verilog_write" help message

This commit is contained in:
acw1251 2018-09-18 13:34:30 -04:00 committed by Jim Lawson
parent 6a809a1bb1
commit 33ac82a5fe
2 changed files with 5 additions and 5 deletions

View file

@ -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