Sun, 04 Apr 2010 20:40:03 +0100
add lm32 source
philpem@0 | 1 | // ============================================================================= |
philpem@0 | 2 | // COPYRIGHT NOTICE |
philpem@0 | 3 | // Copyright 2006 (c) Lattice Semiconductor Corporation |
philpem@0 | 4 | // ALL RIGHTS RESERVED |
philpem@0 | 5 | // This confidential and proprietary software may be used only as authorised by |
philpem@0 | 6 | // a licensing agreement from Lattice Semiconductor Corporation. |
philpem@0 | 7 | // The entire notice above must be reproduced on all authorized copies and |
philpem@0 | 8 | // copies may only be made to the extent permitted by a licensing agreement from |
philpem@0 | 9 | // Lattice Semiconductor Corporation. |
philpem@0 | 10 | // |
philpem@0 | 11 | // Lattice Semiconductor Corporation TEL : 1-800-Lattice (USA and Canada) |
philpem@0 | 12 | // 5555 NE Moore Court 408-826-6000 (other locations) |
philpem@0 | 13 | // Hillsboro, OR 97124 web : http://www.latticesemi.com/ |
philpem@0 | 14 | // U.S.A email: techsupport@latticesemi.com |
philpem@0 | 15 | // =============================================================================/ |
philpem@0 | 16 | // FILE DETAILS |
philpem@0 | 17 | // Project : LatticeMico32 |
philpem@0 | 18 | // File : JTAGB.v |
philpem@0 | 19 | // Title : JTAGB Black Box |
philpem@0 | 20 | // Dependencies : None |
philpem@0 | 21 | // Version : 6.0.14 |
philpem@0 | 22 | // : Initial Release |
philpem@0 | 23 | // Version : 7.0SP2, 3.0 |
philpem@0 | 24 | // : No Change |
philpem@0 | 25 | // Version : 3.1 |
philpem@0 | 26 | // : No Change |
philpem@0 | 27 | // ============================================================================= |
philpem@0 | 28 | module JTAGB ( |
philpem@0 | 29 | output JTCK, |
philpem@0 | 30 | output JRTI1, |
philpem@0 | 31 | output JRTI2, |
philpem@0 | 32 | output JTDI, |
philpem@0 | 33 | output JSHIFT, |
philpem@0 | 34 | output JUPDATE, |
philpem@0 | 35 | output JRSTN, |
philpem@0 | 36 | output JCE1, |
philpem@0 | 37 | output JCE2, |
philpem@0 | 38 | input JTDO1, |
philpem@0 | 39 | input JTDO2 |
philpem@0 | 40 | ) /*synthesis syn_black_box */; |
philpem@0 | 41 | |
philpem@0 | 42 | endmodule |