summaryrefslogtreecommitdiffstats
path: root/fpga/hp_lcd_driver/prog
diff options
context:
space:
mode:
authorroot <root@new-fish.medaka.james.internal>2025-04-30 23:31:35 +0100
committerroot <root@new-fish.medaka.james.internal>2025-04-30 23:31:35 +0100
commitcff444eb1bd7bc498bc50dca506b745317bc3494 (patch)
treebc48b69e520f66f73eddefed6d430c03dc118b21 /fpga/hp_lcd_driver/prog
parent655dfad152b35b26f97db45b6723bfe7c91961f2 (diff)
downloadhp_instrument_lcds-cff444eb1bd7bc498bc50dca506b745317bc3494.tar.gz
hp_instrument_lcds-cff444eb1bd7bc498bc50dca506b745317bc3494.tar.bz2
hp_instrument_lcds-cff444eb1bd7bc498bc50dca506b745317bc3494.zip
move fpga to fpga directory
Diffstat (limited to 'fpga/hp_lcd_driver/prog')
-rwxr-xr-xfpga/hp_lcd_driver/prog6
1 files changed, 6 insertions, 0 deletions
diff --git a/fpga/hp_lcd_driver/prog b/fpga/hp_lcd_driver/prog
new file mode 100755
index 0000000..c0e433c
--- /dev/null
+++ b/fpga/hp_lcd_driver/prog
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+
+OPENOCD="/root/projects/hp_instrument_lcds/fpga/prefix/bin/openocd -f interface/altera-usb-blaster.cfg -f ep4ce15.cfg"
+${OPENOCD} -c quit
+