summaryrefslogtreecommitdiffstats
path: root/fpga/hp_lcd_driver/prog
diff options
context:
space:
mode:
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
+