Hi, I followed Tutorial: Rebuilding the PYNQ base overlay (PYNQ v2.6) indeed to rebuild base overlay. I used “source ./build_bitstream.tcl” to build bitstream by myself.
After 2 hours building time, it showed error:
ERROR: [Common 17-70] Application Exception: Need an implemented design open to write bitstream. Aborting write_hw_platform…
And then I checked result:
.\PYNQ\boards\ZCU104\base\base\base.srcs\sources_1\bd\base\hw_handoff\base.hwh existed.
.\PYNQ\boards\ZCU104\base\base\base.runs\impl_1\base_wrapper.bit didn’t exist.
[My total steps]
- Opened Vivado 202.1
- “cd my_PYNQ_repository/boards/ZCU104/base” on Tcl console
- “source ./build_ip.tcl”
- “source ./build_bitstream.tcl”
Did I miss something?
Any help will be highly appreciated!
[Building Environment]
CentOS 7.7
Vivado 2020.1
PYNQ v2.6
PS. The attached file is the completed tcl console log.tcl_console_rebuild_baseoverlay.txt (809.0 KB)