Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
2b063a34
Commit
2b063a34
authored
7 years ago
by
Florent Kermarrec
Browse files
Options
Download
Email Patches
Plain Diff
genlib/record: add "do" to reserved_keywords
parent
ee0e7091
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
migen/fhdl/verilog.py
migen/fhdl/verilog.py
+1
-1
No files found.
migen/fhdl/verilog.py
View file @
2b063a34
...
@@ -27,7 +27,7 @@ _reserved_keywords = {
...
@@ -27,7 +27,7 @@ _reserved_keywords = {
"specify"
,
"specparam"
,
"strong0"
,
"strong1"
,
"supply0"
,
"supply1"
,
"specify"
,
"specparam"
,
"strong0"
,
"strong1"
,
"supply0"
,
"supply1"
,
"table"
,
"task"
,
"time"
,
"tran"
,
"tranif0"
,
"tranif1"
,
"tri"
,
"tri0"
,
"table"
,
"task"
,
"time"
,
"tran"
,
"tranif0"
,
"tranif1"
,
"tri"
,
"tri0"
,
"tri1"
,
"triand"
,
"trior"
,
"trireg"
,
"unsigned"
,
"use"
,
"vectored"
,
"wait"
,
"tri1"
,
"triand"
,
"trior"
,
"trireg"
,
"unsigned"
,
"use"
,
"vectored"
,
"wait"
,
"wand"
,
"weak0"
,
"weak1"
,
"while"
,
"wire"
,
"wor"
,
"xnor"
,
"xor"
"wand"
,
"weak0"
,
"weak1"
,
"while"
,
"wire"
,
"wor"
,
"xnor"
,
"xor"
,
"do"
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment