Commit 2b063a34 authored by Florent Kermarrec's avatar Florent Kermarrec
Browse files

genlib/record: add "do" to reserved_keywords

parent ee0e7091
...@@ -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"
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment