Skip to content

Commit

Permalink
Merge pull request #322 from luongb/develop
Browse files Browse the repository at this point in the history
apio build verbose fix
  • Loading branch information
Obijuan authored Mar 13, 2023
2 parents be367eb + da4883f commit 3b5b3a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apio/resources/ice40/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ bitstream = env.Bin(TARGET, asc)
build = env.Alias('build', bitstream)
AlwaysBuild(build)

if(VERBOSE_ALL or VERBOSE_YOSYS):
AlwaysBuild(blif)
if(VERBOSE_ALL or VERBOSE_PNR):
AlwaysBuild(asc)

# -- Upload the bitstream into FPGA
upload = env.Alias('upload', bitstream, '{0} $SOURCE'.format(PROG))
AlwaysBuild(upload)
Expand Down

0 comments on commit 3b5b3a0

Please sign in to comment.