1.1 diff -r 000000000000 -r cd0b58aa6f83 JTAGB.v 1.2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 +++ b/JTAGB.v Sun Apr 04 20:40:03 2010 +0100 1.4 @@ -0,0 +1,42 @@ 1.5 +// ============================================================================= 1.6 +// COPYRIGHT NOTICE 1.7 +// Copyright 2006 (c) Lattice Semiconductor Corporation 1.8 +// ALL RIGHTS RESERVED 1.9 +// This confidential and proprietary software may be used only as authorised by 1.10 +// a licensing agreement from Lattice Semiconductor Corporation. 1.11 +// The entire notice above must be reproduced on all authorized copies and 1.12 +// copies may only be made to the extent permitted by a licensing agreement from 1.13 +// Lattice Semiconductor Corporation. 1.14 +// 1.15 +// Lattice Semiconductor Corporation TEL : 1-800-Lattice (USA and Canada) 1.16 +// 5555 NE Moore Court 408-826-6000 (other locations) 1.17 +// Hillsboro, OR 97124 web : http://www.latticesemi.com/ 1.18 +// U.S.A email: techsupport@latticesemi.com 1.19 +// =============================================================================/ 1.20 +// FILE DETAILS 1.21 +// Project : LatticeMico32 1.22 +// File : JTAGB.v 1.23 +// Title : JTAGB Black Box 1.24 +// Dependencies : None 1.25 +// Version : 6.0.14 1.26 +// : Initial Release 1.27 +// Version : 7.0SP2, 3.0 1.28 +// : No Change 1.29 +// Version : 3.1 1.30 +// : No Change 1.31 +// ============================================================================= 1.32 +module JTAGB ( 1.33 + output JTCK, 1.34 + output JRTI1, 1.35 + output JRTI2, 1.36 + output JTDI, 1.37 + output JSHIFT, 1.38 + output JUPDATE, 1.39 + output JRSTN, 1.40 + output JCE1, 1.41 + output JCE2, 1.42 + input JTDO1, 1.43 + input JTDO2 1.44 + ) /*synthesis syn_black_box */; 1.45 + 1.46 +endmodule