mirror of https://github.com/YosysHQ/yosys.git
Fix spelling
This commit is contained in:
parent
c84cdc711c
commit
f66792c43a
|
@ -370,7 +370,7 @@ Verilog Attributes and non-standard features
|
||||||
|
|
||||||
- When defining a macro with `define, all text between triple double quotes
|
- When defining a macro with `define, all text between triple double quotes
|
||||||
is interpreted as macro body, even if it contains unescaped newlines. The
|
is interpreted as macro body, even if it contains unescaped newlines. The
|
||||||
tipple double quotes are removed from the macro body. For example:
|
triple double quotes are removed from the macro body. For example:
|
||||||
|
|
||||||
`define MY_MACRO(a, b) """
|
`define MY_MACRO(a, b) """
|
||||||
assign a = 23;
|
assign a = 23;
|
||||||
|
|
Loading…
Reference in New Issue