Commit 3db6af8e authored by Robert Jensch's avatar Robert Jensch

Fixed: - issue with generation of makefile (file needs to be closed to flush content to file)

parent 2712f107
......@@ -54,6 +54,7 @@ class ToolSyn(ToolMakefile):
self._makefile_syn_build()
self._makefile_syn_clean()
self._makefile_syn_phony()
self._file.close()
logging.info(self._tool_info['name'] + " synthesis makefile generated.")
def _makefile_syn_top(self):
......
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