From 4470dfba4fb0b940fd4c056263ca78af92532a61 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Aug 2025 21:09:44 +0100 Subject: Wednesday's progress - happy working a7, changes to bt475 hat --- fpga/hp_lcd_driver/artix7.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fpga/hp_lcd_driver/artix7.mk') diff --git a/fpga/hp_lcd_driver/artix7.mk b/fpga/hp_lcd_driver/artix7.mk index 578468c..8c83e78 100644 --- a/fpga/hp_lcd_driver/artix7.mk +++ b/fpga/hp_lcd_driver/artix7.mk @@ -7,6 +7,7 @@ IP= \ BIT=${BUILD}/out/hp_lcd_driver.bit +BIN=${BUILD}/out/hp_lcd_driver.bin IP_STAMP=${IP:artix7_ip/%.tcl=${BUILD}/ip/%/stamp} SRCS= ${IP} \ @@ -35,11 +36,12 @@ SRCS= ${IP} \ OPENOCD=openocd -f openocd/${BOARD}.cfg -default: ${BUILD}/build.stamp +default: ${BUILD}/build.stamp ${BUILD}/build.stamp:${SRCS} ${IP_STAMP} mkdir -p ${BUILD} (cd ${BUILD} && BOARD=${BOARD} ../scripts/vivado -mode batch -source ../artix7_hp_lcd_driver.tcl) + scripts/xilinx_bit_to_bin.pl ${BIT} ${BIN} touch $@ ${BUILD}/ip/%/stamp:artix7_ip/%.tcl -- cgit v1.2.3