summaryrefslogtreecommitdiffstats
path: root/fpga/hp_lcd_driver/prog
diff options
context:
space:
mode:
authorroot <root@new-fish.medaka.james.internal>2025-06-24 16:39:23 +0100
committerroot <root@new-fish.medaka.james.internal>2025-06-24 16:39:23 +0100
commit9d95af5d469e50f0aa24b6df624f8d1fd4668f9a (patch)
tree15e645a419b85e273cd972aa369e77415c0cb6c8 /fpga/hp_lcd_driver/prog
parent3b4e12b44453d882b6ec445de9eb3faf2af504b6 (diff)
downloadhp_instrument_lcds-9d95af5d469e50f0aa24b6df624f8d1fd4668f9a.tar.gz
hp_instrument_lcds-9d95af5d469e50f0aa24b6df624f8d1fd4668f9a.tar.bz2
hp_instrument_lcds-9d95af5d469e50f0aa24b6df624f8d1fd4668f9a.zip
working on little board
Diffstat (limited to 'fpga/hp_lcd_driver/prog')
-rwxr-xr-xfpga/hp_lcd_driver/prog5
1 files changed, 3 insertions, 2 deletions
diff --git a/fpga/hp_lcd_driver/prog b/fpga/hp_lcd_driver/prog
index cf26f2f..59615ac 100755
--- a/fpga/hp_lcd_driver/prog
+++ b/fpga/hp_lcd_driver/prog
@@ -2,7 +2,8 @@
#OPENOCD="/root/projects/hp_instrument_lcds/fpga/prefix/bin/openocd -f interface/altera-usb-blaster.cfg -f ep4ce15.cfg"
-OPENOCD="openocd -f interface/altera-usb-blaster.cfg -f ep4ce15.cfg"
-${OPENOCD} -c 'svf -tap $CHIPNAME.tap ./build_smh-ac415/hp_lcd_driver-p.svf; shutdown ; quit'
+OPENOCD=../../openocd/prefix/bin/openocd
+OPENOCD="${OPENOCD} -f interface/altera-usb-blaster.cfg -f ep4ce15.cfg"
+${OPENOCD} -c 'svf -tap $CHIPNAME.tap ./build_smh-ac415b/hp_lcd_driver.svf; shutdown ; quit'