Add default_nettype to the Verilog preprocessor keywords

parent 08e18b3b
......@@ -44,6 +44,7 @@ class VerilogPreprocessor(object):
# Reserved verilog preprocessor keywords. The list is certainly not full
vpp_keywords = [
"default_nettype",
"define",
"line",
"include",
......
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