Commit e002c31e authored by Christos Gentsos's avatar Christos Gentsos

Fix HDL source list generation for LiberoSoc synthesis target

parent 734494db
......@@ -43,7 +43,7 @@ class ToolLiberoSoC(MakefileSyn):
STANDARD_LIBS = ['ieee', 'std']
_LIBERO_SOURCE = 'create_links {0} $(sourcefile)'
_LIBERO_SOURCE = 'create_links {0} {{srcfile}}'
SUPPORTED_FILES = {
SDCFile: _LIBERO_SOURCE.format('-sdc'),
......
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