Hi,
In file build_gateware.py
, line 505 the function is called with 2 parameters:
generate_gateware_overlays(os.path.join(os.getcwd(), "bitstream", "LinuxProgramming"), build_options_list)
The called function in generate_gateway_overlay.py
, line 157 is defined with 3 parameters:
def generate_gateware_overlays(fpga_design_src_path, overlay_dir_path, build_options_list):
Is there an update to the gateware scripts?
Regards, Mike.