t-crest / patmos

Patmos is a time-predictable VLIW processor, and the processor for the T-CREST project
http://patmos.compute.dtu.dk
BSD 2-Clause "Simplified" License
135 stars 72 forks source link

OpenOCD support for DE2-115 #151

Open schoeberl opened 3 months ago

schoeberl commented 3 months ago

It's not a real issue, but it would be nice if we could configure the Altera board with OpenOCD. I managed to do this for a Xiliknx board on my Mac with Apple silicon. But I failed with the DE2-115. Anyone with a Linux box could give it a try.

OpenOCD needs a .svf file, which can be generated as follows:

cd quartus/$(QPROJ) && quartus_cpf -c -q 25MHz -g 3.3 --operation p output_files/abc.sof output_files/abc.svf