Skip to content

Commit

Permalink
Merge pull request #423 from antoinevg/antoinevg/fix-ecp5-programmer
Browse files Browse the repository at this point in the history
Fixed ecp5 scons not uploading target to board.
  • Loading branch information
Obijuan authored Sep 23, 2024
2 parents 88672ad + 416e724 commit fb1b0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apio/resources/ecp5/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ AlwaysBuild(build_target)

# -- Upload the bitstream into FPGA
programmer = PROG.replace("${SOURCE}", "$SOURCE")
upload_target = env.Alias('upload', bitstream_target)
upload_target = env.Alias('upload', bitstream_target, programmer)
AlwaysBuild(upload_target)

# -- Target time: calculate the time
Expand Down

0 comments on commit fb1b0e0

Please sign in to comment.