diff options
author | root <root@new-fish.medaka.james.internal> | 2025-06-16 09:15:25 +0100 |
---|---|---|
committer | root <root@new-fish.medaka.james.internal> | 2025-06-16 09:15:25 +0100 |
commit | 2ec5e2b43370697a198e5aa432d0295b4633e327 (patch) | |
tree | 516b4e62a56384db59babbe523d573cc32f78867 /fpga/hp_lcd_driver/smh-ac415.mk | |
parent | cffb37bfca4c871c60e972860b25d81cdc366369 (diff) | |
download | hp_instrument_lcds-2ec5e2b43370697a198e5aa432d0295b4633e327.tar.gz hp_instrument_lcds-2ec5e2b43370697a198e5aa432d0295b4633e327.tar.bz2 hp_instrument_lcds-2ec5e2b43370697a198e5aa432d0295b4633e327.zip |
don't require an x-server
Diffstat (limited to 'fpga/hp_lcd_driver/smh-ac415.mk')
-rw-r--r-- | fpga/hp_lcd_driver/smh-ac415.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/hp_lcd_driver/smh-ac415.mk b/fpga/hp_lcd_driver/smh-ac415.mk index 1994e3b..e31a960 100644 --- a/fpga/hp_lcd_driver/smh-ac415.mk +++ b/fpga/hp_lcd_driver/smh-ac415.mk @@ -46,7 +46,7 @@ default:${SVF} ${PSVF} ${BUILD}/%.vhd ${BUILD}/%.qip:%.vhdl cat $< > ${BUILD}/${<:%.vhdl=%.vhd} - (cd ${BUILD} && run_quartus qmegawiz -silent $(call relpath,${BUILD}/${<:%.vhdl=%.vhd},${BUILD})) + (cd ${BUILD} && ../scripts/run_in_x run_quartus qmegawiz -silent $(call relpath,${BUILD}/${<:%.vhdl=%.vhd},${BUILD})) ${QSF}: ${PRJ} ${DESIGN_NAME}.${BOARD}_qsft |