make.py: do not use prog.needs_flash_proxy
This commit is contained in:
parent
4d2623a87e
commit
a6c55d8dde
1
make.py
1
make.py
|
@ -201,7 +201,6 @@ CPU type: {}
|
|||
if actions["load-bitstream"]:
|
||||
prog.load_bitstream("build/" + build_name + platform.bitstream_ext)
|
||||
if actions["flash-bitstream"]:
|
||||
if prog.needs_flash_proxy:
|
||||
prog.set_flash_proxy_dir(args.flash_proxy_dir)
|
||||
if prog.needs_bitreverse:
|
||||
flashbit = "build/" + build_name + ".fpg"
|
||||
|
|
Loading…
Reference in New Issue