From 43be150dc6e84f6f6eeb071cd3cdb7fc21125d60 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 30 Oct 2018 11:41:24 +0100 Subject: Move sw to sw-old and hw to hw-altium, add kicad files --- sw-old/cpld/address_decoder.eq3 | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100755 sw-old/cpld/address_decoder.eq3 (limited to 'sw-old/cpld/address_decoder.eq3') diff --git a/sw-old/cpld/address_decoder.eq3 b/sw-old/cpld/address_decoder.eq3 new file mode 100755 index 0000000..8eb8577 --- /dev/null +++ b/sw-old/cpld/address_decoder.eq3 @@ -0,0 +1,49 @@ + ispDesignEXPERT 8.3.02.12 + +Design address_decoder created Thu Nov 23 11:54:43 2017 + + + P-Terms Fan-in Fan-out Type Name (attributes) +--------- ------ ------- ---- ----------------- + 1 1 1 Pin MMU_OUT_15_ + 1 3 1 Pin CSROML- + 1 3 1 Pin CSROMH- + 1 1 1 Pin MMU_OUT_14_ + 1 1 1 Pin CSRAM + 1 1 1 Pin MMU_OUT_13_ + 0 0 1 Pin CSUART + 1 1 1 Pin MMU_OUT_12_ + 0 0 1 Pin CSCTC + 1 7 1 Pin CSPIO- +========= + 8 P-Term Total: 8 + Total Pins: 21 + Total Nodes: 0 + Average P-Term/Output: 0 + + +Equations: + +MMU_OUT_15_ = (MMU_IN_15_); + +!CSROML = (!MMU_IN_15_ & !MMU_IN_14_ & !MMU_IN_13_); + +!CSROMH = (!MMU_IN_15_ & !MMU_IN_14_ & MMU_IN_13_); + +MMU_OUT_14_ = (MMU_IN_14_); + +CSRAM = (!MMU_IN_15_); + +MMU_OUT_13_ = (MMU_IN_13_); + +CSUART = (0); + +MMU_OUT_12_ = (MMU_IN_12_); + +CSCTC = (0); + +!CSPIO = (!IORQ & !MMU_IN_7_ & !MMU_IN_6_ & !MMU_IN_5_ & MMU_IN_4_ & !MMU_IN_3_ & !MMU_IN_2_); + + +Reverse-Polarity Equations: + -- cgit v1.2.1