summaryrefslogtreecommitdiff
path: root/altera
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-02-16 12:41:28 -0800
committerJulian Blake Kongslie2022-02-16 12:41:28 -0800
commit6e39b7c16fbad9ddffc0f4eacd1799ca1b995492 (patch)
treee538e4291992276da6a3847b02e20028ab8b30ef /altera
downloadsimple-memory-controller-6e39b7c16fbad9ddffc0f4eacd1799ca1b995492.tar.xz
Initial commit.
Diffstat (limited to '')
-rw-r--r--altera/clocks.sdc3
-rw-r--r--altera/jtag.cdf12
2 files changed, 15 insertions, 0 deletions
diff --git a/altera/clocks.sdc b/altera/clocks.sdc
new file mode 100644
index 0000000..c08f897
--- /dev/null
+++ b/altera/clocks.sdc
@@ -0,0 +1,3 @@
1# This is the clock for timing analysis, not timing-driven synthesis.
2# See init.tcl for the other clock.
3create_clock -period "50 MHz" clock
diff --git a/altera/jtag.cdf b/altera/jtag.cdf
new file mode 100644
index 0000000..ac80090
--- /dev/null
+++ b/altera/jtag.cdf
@@ -0,0 +1,12 @@
1JedecChain;
2 FileRevision(JESD32A);
3 DefaultMfr(6E);
4
5 P ActionCode(Ign)
6 Device PartName(10CL025Y) MfrSpec(OpMask(0));
7
8ChainEnd;
9
10AlteraBegin;
11 ChainType(JTAG);
12AlteraEnd;