OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [doc/] [FILES.txt] - Blame information for rev 13

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 wfjm
# $Id: README.txt 428 2011-11-20 12:19:31Z mueller $
2 5 wfjm
 
3
Release notes for w11a
4
 
5
  Table of content:
6
 
7
  1. Documentation
8
  2. Files
9
  3. Change Log
10
 
11
 
12 9 wfjm
1. Documentation -------------------------------------------------------------
13 5 wfjm
 
14
  More detailed information on installation, build and test can be found
15
  in the doc directory, specifically
16
 
17
    * README.txt: release notes
18
    * INSTALL.txt: installation and building test benches and systems
19
    * w11a_tb_guide.txt: running test benches
20
    * w11a_os_guide.txt: booting operating systems
21 6 wfjm
    * w11a_known_issues.txt: known differences, limitations and issues
22 5 wfjm
 
23 9 wfjm
2. Files ---------------------------------------------------------------------
24 5 wfjm
 
25
   doc                          Documentation
26
   rtl                          VHDL sources
27
   rtl/bplib                    - board and component support libs
28
   rtl/bplib/issi                 - for ISSI parts
29
   rtl/bplib/micron               - for Micron parts
30
   rtl/bplib/nexys2               - for Digilent Nexsy2 board
31
   rtl/bplib/s3board              - for Digilent S3BOARD
32
   rtl/ibus                     - ibus devices (UNIBUS peripherals)
33
   rtl/sys_gen                  - top level designs
34 11 wfjm
   rtl/sys_gen/tst_rlink          - top level designs for an rlink tester
35
   rtl/sys_gen/tst_rlink/nexys2     - rlink tester system for Digilent Nexsy2
36 5 wfjm
   rtl/sys_gen/w11a               - top level designs for w11a SoC
37
   rtl/sys_gen/w11a/nexys2          - w11a SoC for Digilent Nexsy2
38
   rtl/sys_gen/w11a/s3board         - w11a SoC for Digilent S3BOARD
39
   rtl/vlib                     - VHDL component libs
40
   rtl/vlib/comlib                - communication
41
   rtl/vlib/genlib                - general
42
   rtl/vlib/memlib                - memory
43 9 wfjm
   rtl/vlib/rbus                  - rri: rbus
44
   rtl/vlib/rlink                 - rri: rlink
45 5 wfjm
   rtl/vlib/serport               - serial port (UART)
46
   rtl/vlib/simlib                - simulation helper lib
47
   rtl/vlib/xlib                  - Xilinx specific components
48
   rtl/w11a                     - w11a core
49
   tools                        helper programs
50
   tools/bin                    - scripts and binaries
51 11 wfjm
   tools/dox                    - Doxygen documentation configuration
52
   tools/make                   - make includes
53
   tools/src                    - C++ sources
54
   tools/src/librlink             - basic rlink interface
55
   tools/src/librlinktpp          - C++ to tcl binding for rlink interface
56
   tools/src/librtools            - general support classes and methods
57
   tools/src/librtcltools         - support classes to implement Tcl bindings
58
   tools/src/librutiltpp          - Tcl support commands implemented in C++
59
   tools/tcl                    - Tcl scripts
60 5 wfjm
 
61 9 wfjm
3. Change Log ----------------------------------------------------------------
62 5 wfjm
 
63 13 wfjm
- trunk (2011-11-20: svn rev 13(oc) 428(wfjm); untagged w11a_V0.532) +++++++++
64 12 wfjm
 
65
  - Summary
66 13 wfjm
    - generalized the 'human I/O' interface for s3board,nexys2/3 and atlys
67
    - added test design for the 'human I/O' interface
68
    - no functional change of w11a CPU core or any existing test systems
69
 
70
  - New features
71
    - new modules
72
      - rtl/sys_gen/tst_snhumanio
73
        - sub-tree with test design for 'human I/O' interface modules
74
        - atlys, nexys2, and s3board directories contain the systems
75
          for the respectice Digilent boards
76
 
77
  - Changes
78
    - functional changes
79
      - use now 'a6' polynomial of Koopman et al for crc8 in rlink
80
    - with one exception all vhdl sources use now numeric_std
81
    - module renames:
82
        vlib/xlib/dcm_sp_sfs_gsim   -> vlib/xlib/dcm_sfs_gsim
83
        vlib/xlib/dcm_sp_sfs_unisim -> vlib/xlib/dcm_sfs_unisim_s3e
84
        vlib/xlib/tb/tb_dcm_sp_sfs  -> vlib/xlib/tb/tb_dcm_sfs
85
 
86
- trunk (2011-09-11: svn rev 12(oc) 409(wfjm); untagged w11a_V0.531) +++++++++
87
 
88
  - Summary
89 12 wfjm
    - Many small changes to prepare upcoming support for
90
      - Spartan-6 boards (nexys3 and atlys)
91
      - usage of Cypress FX2 USB interface on nexys2/3 and atlys boards
92
    - no functional change of w11a CPU core or any test systems
93
 
94
  - Changes
95
    - use boost libraries instead of custom coding:
96
      - boost/function and /bind for callbacks, retire RmethDscBase and RmethDsc
97
      - boost/foreach for some iterator loops
98
      Note: boost 1.35 and gcc 4.3 or newer is required, see INSTALL.txt
99
    - module renames:
100
        bplib/s3board/s3_rs232_iob_int -> bplib/bpgen/bp_rs232_2line_iob
101
        bplib/s3board/s3_rs232_iob_ext -> bplib/bpgen/bp_rs232_4line_iob
102
        bplib/s3board/s3_dispdrv       -> bplib/bpgen/sn_4x7segctl
103
        bplib/s3board/s3_humanio       -> bplib/bpgen/sn_humanio
104
        bplib/s3board/s3_humanio_rbus  -> bplib/bpgen/sn_humanio_rbus
105
    - other renames:
106
        tools/bin/impact_wrapper       -> tools/bin/config_wrapper
107
    - reorganize Makefile includes and xflow option files
108
        rtl/vlib/Makefile.ghdl         -> rtl/make/generic_ghdl.mk
109
        rtl/vlib/Makefile.isim         -> rtl/make/generic_isim.mk
110
        rtl/vlib/Makefile.xflow        -> rtl/make/generic_xflow.mk
111
        rtl/vlib/xst_vhdl.opt          -> rtl/make/syn_s3_speed.opt
112
        rtl/vlib/balanced.opt          -> rtl/make/imp_s3_speed.opt
113
 
114 11 wfjm
- trunk (2011-04-17: svn rev 11(oc) 376(wfjm); untagged w11a_V0.53) ++++++++++
115 6 wfjm
 
116 9 wfjm
  - Summary
117 11 wfjm
    - Introduce C++ and Tcl based backend server. A set of C++ classes provide
118
      the basic rlink communication promitives. Additional glue classes provide
119
      a Tcl binding. This first phase contains the basic functionality needed
120
      to control simple test benches.
121
    - add an 'rlink exerciser' (tst_rlink) and a top level design for a Nexys2
122
      board (sys_tst_rlink_n2) and a test suite implemented in Tcl.
123
 
124
  - Note: No functional changes in w11a core and I/O system at this point!
125
          The w11a demonstrator systems are still operated with the old
126
          backend code (pi_rri).
127
 
128
  - New features
129
    - new directory trees for
130
      - C++ sources of backend (plus make and doxygen documentation support)
131
        - tools/dox                - Doxygen documentation configuration
132
        - tools/make               - make includes
133
        - tools/src/librlink       - basic rlink interface
134
        - tools/src/librlinktpp    - C++ to tcl binding for rlink interface
135
        - tools/src/librtools      - general support classes and methods
136
        - tools/src/librtcltools   - support classes to implement Tcl bindings
137
        - tools/src/librutiltpp    - Tcl support commands implemented in C++
138
      - VHDL sources of an 'rlink exerciser'
139
        - rtl/sys_gen/tst_rlink    - top level designs for an rlink tester
140
        - rtl/sys_gen/tst_rlink/nexys2  - rlink tester system for Nexsy2 board
141
      - Tcl sources of 'rlink exerciser'
142
        - tools/tcl/rlink          - defs and proc's for basic rlink functions
143
        - tools/tcl/rutil          - general support procs
144
        - tools/tcl/rbtest         - defs and proc's for rbd_tester
145
        - tools/tcl/rbbram         - defs and proc's for rbd_bram
146
        - tools/tcl/rbmoni         - defs and proc's for rbd_rbmon
147
        - tools/tcl/rbs3hio        - defs and proc's for s3_humanio_rbus
148
        - tools/tcl/tst_rlink      - defs and proc's for tst_rlink
149
    - new modules
150
      - rtl/vlib/rbus
151
        - rbd_bram     - rbus bram test target
152
        - rbd_eyemon   - eye monitor for serport's
153
        - rbd_rbmon    - rbus monitor
154
        - rbd_tester   - rbus tester
155
        - rbd_timer    - usec precision timer
156
      - rtl/vlib/memlib
157
        - additional wrappers for distributed and block memories added
158
      - tools/bin
159
        - ti_rri: Tcl driver for rlink tests and servers (will replace pi_rri)
160
 
161
- trunk (2011-01-02: svn rev 9(oc) 352(wfjm); untagged w11a_V0.52) +++++++++++
162
 
163
  - Summary
164
    - Introduce rbus protocol V3
165 9 wfjm
    - reorganize rbus and rlink modules, many renames
166
 
167 8 wfjm
  - Changes
168
    - module renames:
169 9 wfjm
      - the rri (remote-register-interface) components were re-organized and
170
        cleanly separated into rbus and rlink components:
171
          rri/rb_sres_or_*              -> rbus/rb_sres_or_*
172
          rri/rri_core                  -> rlink/rlink_core
173
          rri/rri_base_serport          -> rlink/rlink_base_serport
174
          rri/rrilib                    -> rbus/rblib
175
                                        -> rlink/rlinklib
176
          rri/rri_serport               -> rlink/rlink_serport
177
          rri/tb/rritb_sres_or_mon      -> rbus/rb_sres_or_mon
178
      - the rri test bench monitors were reorganized and renamed
179
          rri/tb/rritb_cpmon            -> rlink/rlink_mon
180
          rri/tb/rritb_cpmon_sb         -> rlink/rlink_mon_sb
181
          rri/tb/rritb_rbmon            -> rbus/rb_mon
182
          rri/tb/rritb_rbmon_sb         -> rbus/rb_mon_sb
183
      - the rri low level test bench were also renamed
184
          rri/tb/tb_rri                 -> rlink/tb/tb_rlink
185
          rri/tb/tb_rri_core            -> rlink/tb/tb_rlink_direct
186
          rri/tb/tb_rri_serport         -> rlink/tb/tb_rlink_serport
187
      - the base modules for rlink+cext based test benches were renamed
188
          rri/tb/rritb_core_cm          -> rlink/tb/tbcore_rlink_dcm
189
          rri/tb/rritb_core             -> rlink/tb/tbcore_rlink
190
          rri/tb/vhpi_rriext            -> rlink/tb/rlink_cext_vhpi
191
          rri/tb/cext_rriext.c          -> rlink/tb/rlink_cext.c
192
 
193
      - other rri/rbus related renames
194
          bplib/s3board/s3_humanio_rri  -> s3_humanio_rbus
195
          w11a/pdp11_core_rri           -> pdp11_core_rbus
196
 
197
      - other renames
198
          w11a/tb/tb_pdp11_core         -> tb_pdp11core
199
 
200
    - signal renames:
201
      - rlink interface (defined in rlink/rlinklib.vhd):
202
        - rename rlink port signals:
203
          CP_*  -> RL_*
204
        - rename status bit names to better reflect their usage in v3:
205
          ccrc  -> cerr   - indicates cmd crc error or other cmd level abort
206
          dcrc  -> derr   - indicates data crc error or other data level abort
207
          ioto  -> rbnak  - indicates rbus abort, either no ack or timeout
208
          ioerr -> rberr  - indicates that rbus err flag was set
209
 
210
    - migrate to rbus protocol verion 3
211
      - in rb_mreq use now aval,re,we instead of req,we
212
      - basic rbus transaction now takes 2 cycles, one for address select, one
213
        for data exchange. Same concept and reasoning behind as in ibus V2.
214
 
215
    - vlib/rlink/rlink_core
216
      - cerr and derr state flags now set on command or data crc errors as well
217
        as on eop/nak aborts when command or wblk data is received.
218
      - has now 'monitor port', RL_MONI.
219
      - RL_FLUSH port removed, the flush logic is now in rlink_serport
220
 
221
    - restructured rlink modules
222
      - rlink_core is the rlink protocol engine with a 9 bit wide interface
223
      - rlink_rlb2rl (new) is an adapter to a byte wide interface
224
      - rlink_base (new) combines rlink_core and rlink_rlb2rl
225
      - rlink_serport (re-written) is an adapter to a serial interface
226
      - rlink_base_serport (renamed) combines rlink_base and rlink_serport
227
 
228
  - New features
229
    - vlib/rbus
230
      - added several rbus devices useful for debugging
231
        - rbd_tester: test target, used for example in test benches
232
 
233 11 wfjm
- trunk (2010-11-28: svn rev 8(oc) 341(wfjm); untagged w11a_V0.51) +++++++++++
234 9 wfjm
 
235
  - Summary
236 11 wfjm
    - Introduce ibus protocol V2
237 9 wfjm
    - Nexys2 systems use DCM
238
    - sys_w11a_n2 now runs with 58 MHz
239
 
240
  - Changes
241
    - module renames:
242 8 wfjm
      - in future 'box' is used for large autonomous blocks, therefore use
243
        the term unit for purely sequential logic modules:
244
          pdp11_abox -> pdp11_ounit
245
          pdp11_dbox -> pdp11_aunit
246
          pdp11_lbox -> pdp11_lunit
247
          pdp11_mbox -> pdp11_munit
248 6 wfjm
 
249 8 wfjm
    - signal renames:
250
      - renamed RRI_LAM -> RB_LAM in all ibus devices
251
      - renamed CLK     -> I_CLK50 in all top level nexys2 and s3board designs
252
 
253
    - migrate to ibus protocol verion 2
254
      - in ib_mreq use now aval,re,we,rmw instead of req,we,dip
255
      - basic ibus transaction now takes 2 cycles, one for address select, one
256 9 wfjm
        for data exchange. This avoids too long logic paths in the ibus logic.
257 8 wfjm
 
258
  - New features
259
    - ibus
260
      - added ib_sres_or_mon to check for miss-behaving ibus devices
261
      - added ib_sel to encapsulate address select logic
262
    - nexys2 systems
263
      - now DCM derived system clock supported
264
      - sys_gen/w11a/nexys2
265
        - sys_w11a_n2 now runs with 58 MHz clksys
266
 
267
  - Bug fixes
268
    - rtl/vlib/Makefile.xflow: use default .opt files under rtl/vlib again.
269
 
270 11 wfjm
- w11a_V0.5 (2010-07-23) +++++++++++++++++++++++++++++++++++++++++++++++++++++
271 6 wfjm
 
272 5 wfjm
  Initial release with
273
  - w11a CPU core
274
  - basic set of peripherals: kw11l, dl11, lp11, pc11, rk11/rk05
275
  - just for fun: iist (not fully implemented and tested yet)
276
  - two complete system configurations with
277
    - for a Digilent S3BOARD    rtl/sys_gen/w11a/s3board/sys_w11a_s3
278
    - for a Digilent Nexys2     rtl/sys_gen/w11a/nexys2/sys_w11a_n2

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.