diff options
| author | Julian Blake Kongslie | 2021-03-24 08:35:07 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-24 08:50:57 -0700 |
| commit | 5c1df6d27f5dac143efc9ce84689b863dbee45bd (patch) | |
| tree | 9bb9c9bcab00e7d5a5d1b40467d8e5a810f0b706 /jtag.cdf | |
| parent | Clean before building. (diff) | |
| download | toycpu-5c1df6d27f5dac143efc9ce84689b863dbee45bd.tar.xz | |
Reorganize repo layout to make it a little easier to work within.
Diffstat (limited to 'jtag.cdf')
| -rw-r--r-- | jtag.cdf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jtag.cdf b/jtag.cdf new file mode 100644 index 0000000..cbe240b --- /dev/null +++ b/jtag.cdf | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | /* XXX Copy this from a working setup on Ducky hardware */ | ||
| 2 | JedecChain; | ||
| 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 | |||
| 9 | ChainEnd; | ||
| 10 | |||
| 11 | AlteraBegin; | ||
| 12 | ChainType(JTAG); | ||
| 13 | AlteraEnd; | ||
