Delete extension from project name if provided at the Manifest.py

parent b1192242
......@@ -99,7 +99,8 @@ endif
""")
self.writeln(top_parameter.substitute(
tcl_interpreter=tcl_interpreter,
project_name=self.manifest_dict["syn_project"],
project_name=os.path.splitext(
self.manifest_dict["syn_project"])[0],
project_ext=self._tool_info["project_ext"],
tool_path=self.manifest_dict["syn_path"],
top_module=self.manifest_dict["syn_top"]))
......
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