We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa24928 commit 3666ac7Copy full SHA for 3666ac7
pyfpga/templates/ise.jinja
@@ -94,7 +94,7 @@ if { [process get "Place & Route" status] == "errors" } { exit 1 }
94
95
process run "Generate Programming File"
96
if { [process get "Generate Programming File" status] == "errors" } { exit 1 }
97
-catch { file rename -force {{ top }}.bit {{ project }}.bit }
+catch { file copy -force {{ top }}.bit {{ project }}.bit }
98
99
{% if hooks %}{{ hooks.postbit | join('\n') }}{% endif %}
100
0 commit comments