From 787413cc9d2d0e108060ee3988bc958de1c37898 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Wed, 24 Mar 2021 09:26:00 -0700 Subject: Move altera miscellaneous files to a subdirectory. --- altera/clocks.sdc | 1 + altera/jtag.cdf | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 altera/clocks.sdc create mode 100644 altera/jtag.cdf (limited to 'altera') 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 @@ +/* XXX Copy this from a working setup on Ducky hardware */ +JedecChain; + FileRevision(JESD32A); + DefaultMfr(6E); + + P ActionCode(Cfg) + Device PartName(10CL025YU256) Path("C:/Users/mike/Desktop/toycpu/") File("toycpu.pof") MfrSpec(OpMask(1)); + +ChainEnd; + +AlteraBegin; + ChainType(JTAG); +AlteraEnd; -- cgit v1.2.3