Skip to content

Commit

Permalink
Fix NXMap synthesis script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansaya committed Apr 10, 2024
1 parent d12313f commit 47acc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/devices/NanoXplore_devices/NG.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<cmd name="outdir = os.path.abspath('${__nxpython_outdir__}/output')"/>
<cmd name="if path.exists(os.path.join(dir, 'pads.py')): os.remove(os.path.join(dir, 'pads.py'))" condition="!${__connect_iob__}"/>
<cmd name="sys.path.append(dir)"/>
<cmd name="project = createProject(outdir)"/>
<cmd name="project = createProject()"/>
<cmd name="if nx_suite_version &gt;= 3: setLogDirectory(outdir)"/>
<cmd name="project.setVariantName('${__target_family__}-EMBEDDED')" condition="!${__connect_iob__}"/>
<cmd name="project.setVariantName('${__target_family__}')" condition="${__connect_iob__}"/>
Expand Down

0 comments on commit 47acc9a

Please sign in to comment.