Sat, 06 Aug 2011 01:40:34 +0100
Update comments per latest Lattice code dump (LM32 v3.8)
document/timer.htm | file | annotate | diff | revisions | |
document/timer.pdf | file | annotate | diff | revisions | |
rtl/verilog/timer.v | file | annotate | diff | revisions | |
timer.xml | file | annotate | diff | revisions |
1.1 --- a/document/timer.htm Fri Aug 13 10:49:23 2010 +0100 1.2 +++ b/document/timer.htm Sat Aug 06 01:40:34 2011 +0100 1.3 @@ -112,11 +112,11 @@ 1.4 writeIntopicBar(4); 1.5 //--> 1.6 </script> 1.7 -<h1>LatticeMico32 Timer <a title="View Data Sheet" href="timer.pdf" target="_blank" onmouseover="if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == 'Netscape')) ehlp_showtip(this,event,'View Data Sheet');" onmouseout="if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == 'Netscape')) ehlp_hidetip();"><img src="ds_icon_ast.jpg" x-maintain-ratio="TRUE" width="29px" height="31px" border="0" class="img_whs1"></a></h1> 1.8 +<h1>LatticeMico Timer <a title="View Data Sheet" href="timer.pdf" target="_blank" onmouseover="if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == 'Netscape')) ehlp_showtip(this,event,'View Data Sheet');" onmouseout="if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == 'Netscape')) ehlp_hidetip();"><img src="ds_icon_ast.jpg" x-maintain-ratio="TRUE" width="29px" height="31px" border="0" class="img_whs1"></a></h1> 1.9 1.10 -<p>The LatticeMico32 timer is a highly configurable countdown timer with 1.11 - a WISHBONE-compliant slave interface compatible with the LatticeMico32 1.12 - microprocessor. </p> 1.13 +<p>The LatticeMico timer is a highly configurable countdown timer with 1.14 + a WISHBONE-compliant slave interface compatible with the LatticeMico microprocessor. 1.15 + </p> 1.16 1.17 <p class="whs2"><span style="font-style: italic;"><I>*If the 1.18 data sheet fails to open, see the note at the bottom of this page.</I></span></p>
2.1 Binary file document/timer.pdf has changed
3.1 --- a/rtl/verilog/timer.v Fri Aug 13 10:49:23 2010 +0100 3.2 +++ b/rtl/verilog/timer.v Sat Aug 06 01:40:34 2011 +0100 3.3 @@ -1,18 +1,39 @@ 3.4 -// ============================================================================= 3.5 -// COPYRIGHT NOTICE 3.6 -// Copyright 2006 (c) Lattice Semiconductor Corporation 3.7 -// ALL RIGHTS RESERVED 3.8 -// This confidential and proprietary software may be used only as authorised by 3.9 -// a licensing agreement from Lattice Semiconductor Corporation. 3.10 -// The entire notice above must be reproduced on all authorized copies and 3.11 -// copies may only be made to the extent permitted by a licensing agreement from 3.12 -// Lattice Semiconductor Corporation. 3.13 +// ================================================================== 3.14 +// >>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT NOTICE <<<<<<<<<<<<<<<<<<<<<<<<< 3.15 +// ------------------------------------------------------------------ 3.16 +// Copyright (c) 2006-2011 by Lattice Semiconductor Corporation 3.17 +// ALL RIGHTS RESERVED 3.18 +// ------------------------------------------------------------------ 3.19 +// 3.20 +// IMPORTANT: THIS FILE IS AUTO-GENERATED BY THE LATTICEMICO SYSTEM. 3.21 +// 3.22 +// Permission: 3.23 +// 3.24 +// Lattice Semiconductor grants permission to use this code 3.25 +// pursuant to the terms of the Lattice Semiconductor Corporation 3.26 +// Open Source License Agreement. 3.27 +// 3.28 +// Disclaimer: 3.29 // 3.30 -// Lattice Semiconductor Corporation TEL : 1-800-Lattice (USA and Canada) 3.31 -// 5555 NE Moore Court 408-826-6000 (other locations) 3.32 -// Hillsboro, OR 97124 web : http://www.latticesemi.com/ 3.33 -// U.S.A email: techsupport@latticesemi.com 3.34 -// =============================================================================/ 3.35 +// Lattice Semiconductor provides no warranty regarding the use or 3.36 +// functionality of this code. It is the user's responsibility to 3.37 +// verify the user’s design for consistency and functionality through 3.38 +// the use of formal verification methods. 3.39 +// 3.40 +// -------------------------------------------------------------------- 3.41 +// 3.42 +// Lattice Semiconductor Corporation 3.43 +// 5555 NE Moore Court 3.44 +// Hillsboro, OR 97214 3.45 +// U.S.A 3.46 +// 3.47 +// TEL: 1-800-Lattice (USA and Canada) 3.48 +// 503-286-8001 (other locations) 3.49 +// 3.50 +// web: http://www.latticesemi.com/ 3.51 +// email: techsupport@latticesemi.com 3.52 +// 3.53 +// -------------------------------------------------------------------- 3.54 // FILE DETAILS 3.55 // Project : LM32 Timer 3.56 // File : timer.v
4.1 --- a/timer.xml Fri Aug 13 10:49:23 2010 +0100 4.2 +++ b/timer.xml Sat Aug 06 01:40:34 2011 +0100 4.3 @@ -1,5 +1,5 @@ 4.4 <?xml version="1.0" encoding="UTF-8"?> 4.5 -<Component Name="timer" Text="Timer" Hide="false" Type="IO" Ver="3.0" Help="timer\document\timer.htm"> 4.6 +<Component Name="timer" Text="Timer" Hide="false" Type="IO" Ver="3.0" Help="timer\document\timer.htm" Processor="LM32" LatticeFamily="All" Device="All"> 4.7 <MasterSlavePorts> 4.8 <SlavePort Prefix="S" Name="S Port" Type="DATA"/> 4.9 </MasterSlavePorts>