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:
parent
6a809a1bb1
commit
33ac82a5fe
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue