diff options
author | root <root@new-fish.medaka.james.internal> | 2025-05-01 21:07:24 +0100 |
---|---|---|
committer | root <root@new-fish.medaka.james.internal> | 2025-05-01 21:07:24 +0100 |
commit | 5aaf9d42ebe4767b7a076a2c615406549b4529f4 (patch) | |
tree | f8c92ab2f4df71c66751fa650b2a522aa50215f9 /fpga/hp_lcd_driver/prog-bis | |
parent | 4c3c9419ec26b863ee22e56730f036254d09d16a (diff) | |
download | hp_instrument_lcds-5aaf9d42ebe4767b7a076a2c615406549b4529f4.tar.gz hp_instrument_lcds-5aaf9d42ebe4767b7a076a2c615406549b4529f4.tar.bz2 hp_instrument_lcds-5aaf9d42ebe4767b7a076a2c615406549b4529f4.zip |
tidyingup
Diffstat (limited to 'fpga/hp_lcd_driver/prog-bis')
-rwxr-xr-x | fpga/hp_lcd_driver/prog-bis | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fpga/hp_lcd_driver/prog-bis b/fpga/hp_lcd_driver/prog-bis new file mode 100755 index 0000000..a3677a6 --- /dev/null +++ b/fpga/hp_lcd_driver/prog-bis @@ -0,0 +1,15 @@ +#!/bin/bash + +B=hp_lcd_driver +SOF=build_ep4ce15/output_files/$B.sof +SVF=build_ep4ce15/$B.svf +RBF=build_ep4ce15/$B.rbf +#run_quartus quartus_cpf -c -q 1MHZ -g 3.3 -n p ${SOF} ${SVF} +run_quartus quartus_cpf -c ${SOF} ${RBF} + +#OPENOCD="/root/projects/hp_instrument_lcds/fpga/prefix/bin/openocd -f interface/altera-usb-blaster.cfg -f fpga/altera-cycloneiv.cfg" +#${OPENOCD} -c "init; pld load cycloneiv.pld vga_colorbar.rbf; shutdown; quit" + +OPENOCD="/root/projects/hp_instrument_lcds/fpga/prefix/bin/openocd -f interface/altera-usb-blaster.cfg -f ep4ce15-bis.cfg" +${OPENOCD} + |