1 |
2 |
joachim |
#=======================================================================
|
2 |
|
|
#
|
3 |
|
|
# Changes.txt
|
4 |
|
|
# -----------
|
5 |
|
|
# Description of changes to the ca_prng core source and support files.
|
6 |
|
|
#
|
7 |
|
|
#
|
8 |
|
|
# Author: Joachim Strombergson
|
9 |
|
|
# Copyright (c) 2008, InformAsic AB
|
10 |
|
|
# All rights reserved.
|
11 |
|
|
#
|
12 |
|
|
# Redistribution and use in source and binary forms, with or without
|
13 |
|
|
# modification, are permitted provided that the following conditions
|
14 |
|
|
# are met:
|
15 |
|
|
#
|
16 |
|
|
# * Redistributions of source code must retain the above copyright
|
17 |
|
|
# notice, this list of conditions and the following disclaimer.
|
18 |
|
|
#
|
19 |
|
|
# * Redistributions in binary form must reproduce the above
|
20 |
|
|
# copyright notice, this list of conditions and the following
|
21 |
|
|
# disclaimer in the documentation and/or other materials
|
22 |
|
|
# provided with the distribution.
|
23 |
|
|
#
|
24 |
|
|
# THIS SOFTWARE IS PROVIDED BY InformAsic AB ''AS IS'' AND ANY EXPRESS
|
25 |
|
|
# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
26 |
|
|
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
27 |
|
|
# ARE DISCLAIMED. IN NO EVENT SHALL InformAsic AB BE LIABLE FOR ANY
|
28 |
|
|
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
29 |
|
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
30 |
|
|
# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
31 |
|
|
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
32 |
|
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
33 |
|
|
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
34 |
|
|
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
35 |
|
|
#
|
36 |
|
|
#=======================================================================
|
37 |
|
|
|
38 |
|
|
2009-08-14
|
39 |
|
|
----------
|
40 |
|
|
First public release.
|
41 |
|
|
* Based on the previously released rule30 core, extended to support user
|
42 |
|
|
loadable update rules.
|
43 |
|
|
|
44 |
|
|
* Update of the documentation to better describe CA theory and core
|
45 |
|
|
functionality.
|
46 |
|
|
|
47 |
|
|
* Moved the core to the OpenCores web and SVN repo.
|
48 |
|
|
|
49 |
|
|
#=======================================================================
|
50 |
|
|
# EOF Changes.txt
|
51 |
|
|
#=======================================================================
|