summaryrefslogtreecommitdiff
path: root/programmer.cdf
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-03-23 21:18:21 -0700
committerJulian Blake Kongslie2021-03-23 21:18:21 -0700
commit39b70c676387bfe06bcc931d3795afc11fd8f137 (patch)
tree00a832c1ce7ece7033c0398a82d6a67b09781e43 /programmer.cdf
parentReplace dibble dabble algorithm with variant that tests after the add. (diff)
downloadtoycpu-39b70c676387bfe06bcc931d3795afc11fd8f137.tar.xz
Changes for Windows-friendly builds.
Diffstat (limited to '')
-rw-r--r--programmer.cdf13
1 files changed, 13 insertions, 0 deletions
diff --git a/programmer.cdf b/programmer.cdf
new file mode 100644
index 0000000..cbe240b
--- /dev/null
+++ b/programmer.cdf
@@ -0,0 +1,13 @@
1/* XXX Copy this from a working setup on Ducky hardware */
2JedecChain;
3 FileRevision(JESD32A);
4 DefaultMfr(6E);
5
6 P ActionCode(Cfg)
7 Device PartName(10CL025YU256) Path("C:/Users/mike/Desktop/toycpu/") File("toycpu.pof") MfrSpec(OpMask(1));
8
9ChainEnd;
10
11AlteraBegin;
12 ChainType(JTAG);
13AlteraEnd;