Enable SystemVerilog 2005 as default Verilog input version in Quartus

parent 49cc92e6
......@@ -200,6 +200,10 @@ class ToolQuartus(ToolSyn):
self.SET_GLOBAL_ASSIGNMENT,
{'name_type': 'TOP_LEVEL_ENTITY',
'name': '\\"$(TOP_MODULE)\\"'}))
command_list.append(self._emit_property(
self.SET_GLOBAL_ASSIGNMENT,
{'name_type': 'VERILOG_INPUT_VERSION',
'name': 'SYSTEMVERILOG_2005'}))
for inc in self.manifest_dict.get("include_dirs", []):
command_list.append(self._emit_property(self.SET_GLOBAL_ASSIGNMENT,
{'name_type': 'SEARCH_PATH',
......
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