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 +++++++++++++ clocks.sdc | 1 - jtag.cdf | 13 ------------- 4 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 altera/clocks.sdc create mode 100644 altera/jtag.cdf delete mode 100644 clocks.sdc delete mode 100644 jtag.cdf 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; diff --git a/clocks.sdc b/clocks.sdc deleted file mode 100644 index f613011..0000000 --- a/clocks.sdc +++ /dev/null @@ -1 +0,0 @@ -create_clock -period "50 MHz" clk diff --git a/jtag.cdf b/jtag.cdf deleted file mode 100644 index cbe240b..0000000 --- a/jtag.cdf +++ /dev/null @@ -1,13 +0,0 @@ -/* 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