Commit c0768c21 authored by Christos Gentsos's avatar Christos Gentsos

Set top before enabling constraints in LiberoSoc, otherwise it fails

parent e002c31e
...@@ -67,6 +67,7 @@ class ToolLiberoSoC(MakefileSyn): ...@@ -67,6 +67,7 @@ class ToolLiberoSoC(MakefileSyn):
'project': '$(TCL_CREATE)\n' 'project': '$(TCL_CREATE)\n'
'source files.tcl\n' 'source files.tcl\n'
'refresh\n' 'refresh\n'
'set_root $(TOP_MODULE)\n'
'{0}\n' '{0}\n'
'$(TCL_SAVE)\n' '$(TCL_SAVE)\n'
'$(TCL_CLOSE)', '$(TCL_CLOSE)',
......
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