mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
gen/fhdl/verilog: add do in reserved_keywords
This commit is contained in:
parent
80d673e502
commit
42767286ca
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ _reserved_keywords = {
|
|||
"specify", "specparam", "strong0", "strong1", "supply0", "supply1",
|
||||
"table", "task", "time", "tran", "tranif0", "tranif1", "tri", "tri0",
|
||||
"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"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue