Use a semicolon when adding a Diamond project file

parent 53181fae
......@@ -46,7 +46,7 @@ class ToolDiamond(ToolSyn):
SUPPORTED_FILES = {
EDFFile: _LATTICE_SOURCE.format('add'),
LPFFile: _LATTICE_SOURCE.format('add -exclude') + '\n ' +
LPFFile: _LATTICE_SOURCE.format('add -exclude') + '; ' +
_LATTICE_SOURCE.format('enable')}
HDL_FILES = {
......
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