Skip to content

Commit

Permalink
ise: replace file rename by copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Nov 24, 2024
1 parent aa24928 commit 3666ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfpga/templates/ise.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if { [process get "Place & Route" status] == "errors" } { exit 1 }

process run "Generate Programming File"
if { [process get "Generate Programming File" status] == "errors" } { exit 1 }
catch { file rename -force {{ top }}.bit {{ project }}.bit }
catch { file copy -force {{ top }}.bit {{ project }}.bit }

{% if hooks %}{{ hooks.postbit | join('\n') }}{% endif %}

Expand Down

0 comments on commit 3666ac7

Please sign in to comment.