summaryrefslogtreecommitdiff
path: root/altera
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-03-28 14:03:50 -0700
committerJulian Blake Kongslie2021-03-28 14:03:50 -0700
commit93a4ad185a48e8f2da76cc62fca8160ba4c960a6 (patch)
treeb8bbd0f85b31fd85bcc8efb961bbc66fc8b11fec /altera
parentParallel verilator build. (diff)
downloadtoycpu-93a4ad185a48e8f2da76cc62fca8160ba4c960a6.tar.xz
Trivial changes from actually testing at Ducky office.HEADmain
Diffstat (limited to '')
-rw-r--r--altera/clocks.sdc2
-rw-r--r--altera/jtag.cdf5
2 files changed, 4 insertions, 3 deletions
diff --git a/altera/clocks.sdc b/altera/clocks.sdc
index f613011..239c91a 100644
--- a/altera/clocks.sdc
+++ b/altera/clocks.sdc
@@ -1 +1,3 @@
1# This is the clock for timing analysis, not timing-driven synthesis.
2# See init.tcl for the other clock.
1create_clock -period "50 MHz" clk 3create_clock -period "50 MHz" clk
diff --git a/altera/jtag.cdf b/altera/jtag.cdf
index cbe240b..ac80090 100644
--- a/altera/jtag.cdf
+++ b/altera/jtag.cdf
@@ -1,10 +1,9 @@
1/* XXX Copy this from a working setup on Ducky hardware */
2JedecChain; 1JedecChain;
3 FileRevision(JESD32A); 2 FileRevision(JESD32A);
4 DefaultMfr(6E); 3 DefaultMfr(6E);
5 4
6 P ActionCode(Cfg) 5 P ActionCode(Ign)
7 Device PartName(10CL025YU256) Path("C:/Users/mike/Desktop/toycpu/") File("toycpu.pof") MfrSpec(OpMask(1)); 6 Device PartName(10CL025Y) MfrSpec(OpMask(0));
8 7
9ChainEnd; 8ChainEnd;
10 9