summaryrefslogtreecommitdiff
path: root/altera
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-03-24 09:26:00 -0700
committerJulian Blake Kongslie2021-03-24 09:26:00 -0700
commit787413cc9d2d0e108060ee3988bc958de1c37898 (patch)
treea68352ba80bc0255d3e8e6d86ad5d05850c3f739 /altera
parentTrivial cleanups. (diff)
downloadtoycpu-787413cc9d2d0e108060ee3988bc958de1c37898.tar.xz
Move altera miscellaneous files to a subdirectory.
Diffstat (limited to 'altera')
-rw-r--r--altera/clocks.sdc1
-rw-r--r--altera/jtag.cdf13
2 files changed, 14 insertions, 0 deletions
diff --git a/altera/clocks.sdc b/altera/clocks.sdc
new file mode 100644
index 0000000..f613011
--- /dev/null
+++ b/altera/clocks.sdc
@@ -0,0 +1 @@
create_clock -period "50 MHz" clk
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 */
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;