projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c84cdc7
)
Fix spelling
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 23 Apr 2019 15:58:34 +0000
(08:58 -0700)
committer
GitHub
<noreply@github.com>
Tue, 23 Apr 2019 15:58:34 +0000
(08:58 -0700)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 46bed42426d8f3def0ab4e5079e37aab1aec29cb..7b447705315fe8e6d7016d5d15d8270010481b35 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-370,7
+370,7
@@
Verilog Attributes and non-standard features
- When defining a macro with `define, all text between triple double quotes
is interpreted as macro body, even if it contains unescaped newlines. The
- t
ip
ple double quotes are removed from the macro body. For example:
+ t
ri
ple double quotes are removed from the macro body. For example:
`define MY_MACRO(a, b) """
assign a = 23;