From 2a137bccbde18147098dce53aafe6e3b43e33a15 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Thu, 1 Oct 2020 00:55:31 -0700 Subject: [PATCH] Fix flash programming commands for VCU108 --- fpga/mqnic/VCU108/fpga_10g/fpga/Makefile | 2 +- fpga/mqnic_tdma/VCU108/fpga_10g/fpga/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fpga/mqnic/VCU108/fpga_10g/fpga/Makefile b/fpga/mqnic/VCU108/fpga_10g/fpga/Makefile index 577ba1dd3..fc286ac9a 100644 --- a/fpga/mqnic/VCU108/fpga_10g/fpga/Makefile +++ b/fpga/mqnic/VCU108/fpga_10g/fpga/Makefile @@ -122,7 +122,7 @@ flash: $(FPGA_TOP).mcs $(FPGA_TOP).prm echo "set_property PROGRAM.VERIFY 1 [current_hw_cfgmem]" >> flash.tcl echo "set_property PROGRAM.CHECKSUM 0 [current_hw_cfgmem]" >> flash.tcl echo "set_property PROGRAM.ADDRESS_RANGE {use_file} [current_hw_cfgmem]" >> flash.tcl - echo "set_property PROGRAM.BPI_RS_PINS {none} [current_hw_cfgmem]" >> flash.tcl + echo "set_property PROGRAM.BPI_RS_PINS {25:24} [current_hw_cfgmem]" >> flash.tcl echo "set_property PROGRAM.UNUSED_PIN_TERMINATION {pull-none} [current_hw_cfgmem]" >> flash.tcl echo "create_hw_bitstream -hw_device [current_hw_device] [get_property PROGRAM.HW_CFGMEM_BITFILE [current_hw_device]]" >> flash.tcl echo "program_hw_devices [current_hw_device]" >> flash.tcl diff --git a/fpga/mqnic_tdma/VCU108/fpga_10g/fpga/Makefile b/fpga/mqnic_tdma/VCU108/fpga_10g/fpga/Makefile index 9034acf7e..2c84d895a 100644 --- a/fpga/mqnic_tdma/VCU108/fpga_10g/fpga/Makefile +++ b/fpga/mqnic_tdma/VCU108/fpga_10g/fpga/Makefile @@ -123,7 +123,7 @@ flash: $(FPGA_TOP).mcs $(FPGA_TOP).prm echo "set_property PROGRAM.VERIFY 1 [current_hw_cfgmem]" >> flash.tcl echo "set_property PROGRAM.CHECKSUM 0 [current_hw_cfgmem]" >> flash.tcl echo "set_property PROGRAM.ADDRESS_RANGE {use_file} [current_hw_cfgmem]" >> flash.tcl - echo "set_property PROGRAM.BPI_RS_PINS {none} [current_hw_cfgmem]" >> flash.tcl + echo "set_property PROGRAM.BPI_RS_PINS {25:24} [current_hw_cfgmem]" >> flash.tcl echo "set_property PROGRAM.UNUSED_PIN_TERMINATION {pull-none} [current_hw_cfgmem]" >> flash.tcl echo "create_hw_bitstream -hw_device [current_hw_device] [get_property PROGRAM.HW_CFGMEM_BITFILE [current_hw_device]]" >> flash.tcl echo "program_hw_devices [current_hw_device]" >> flash.tcl