diff options
| author | Julian Blake Kongslie | 2021-03-24 09:26:00 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-24 09:26:00 -0700 |
| commit | 787413cc9d2d0e108060ee3988bc958de1c37898 (patch) | |
| tree | a68352ba80bc0255d3e8e6d86ad5d05850c3f739 /altera/jtag.cdf | |
| parent | Trivial cleanups. (diff) | |
| download | toycpu-787413cc9d2d0e108060ee3988bc958de1c37898.tar.xz | |
Move altera miscellaneous files to a subdirectory.
Diffstat (limited to 'altera/jtag.cdf')
| -rw-r--r-- | altera/jtag.cdf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/altera/jtag.cdf b/altera/jtag.cdf new file mode 100644 index 0000000..cbe240b --- /dev/null +++ b/altera/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; | ||
