gen/fhdl/verilog: add do in reserved_keywords

This commit is contained in:
Florent Kermarrec 2016-04-26 17:13:41 +02:00
parent 80d673e502
commit 42767286ca

View file

@ -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"
}