Remove unused simulation property from Vivado and PlanAhead

parent e8eed273
......@@ -89,7 +89,6 @@ class ToolPlanAhead(ActionMakefile):
properties = [
['part', syn_device + syn_package + syn_grade, 'current_project'],
['target_language', 'VHDL', 'current_project'],
['ng.output_hdl_format', 'VHDL', 'get_filesets sim_1'],
['top', syn_top, 'get_property srcset [current_run]']]
for prop in properties:
create_new.append(tmp.format(prop[0], prop[1], prop[2]))
......
......@@ -98,7 +98,6 @@ class ToolVivado(ActionMakefile):
properties = [
['part', syn_device + syn_package + syn_grade, 'current_project'],
['target_language', 'VHDL', 'current_project'],
['ng.output_hdl_format', 'VHDL', 'get_filesets sim_1'],
['top', syn_top, 'get_property srcset [current_run]']]
for prop in properties:
create_new.append(tmp.format(prop[0], prop[1], prop[2]))
......
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