summaryrefslogtreecommitdiff
path: root/altera
diff options
context:
space:
mode:
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;