Skip to content

Commit

Permalink
prepare for release w11a_V0.751
Browse files Browse the repository at this point in the history
  • Loading branch information
wfjm committed Aug 11, 2018
1 parent 286a8cd commit f78b571
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/CHANGELOG-w11a_V0.50-w11a_V0.60.md
Expand Up @@ -159,7 +159,7 @@

### Summary
- new C++ and Tcl based backend server supports now RK11 handling
- w11a systems operate with rlink over USB on nexsy2 and nexsy3 boards.
- w11a systems operate with rlink over USB on Nexys2 and Nexys3 boards.
See w11a_os_guide.txt for details

### New features
Expand Down Expand Up @@ -459,7 +459,7 @@ The version of several key tools and libraries changed:
- tools/src/librutiltpp - Tcl support commands implemented in C++
- VHDL sources of an 'rlink exerciser'
- rtl/sys_gen/tst_rlink - top level designs for an rlink tester
- rtl/sys_gen/tst_rlink/nexys2 - rlink tester system for Nexsy2 board
- rtl/sys_gen/tst_rlink/nexys2 - rlink tester system for Nexys2 board
- Tcl sources of 'rlink exerciser'
- tools/tcl/rlink - defs and proc's for basic rlink functions
- tools/tcl/rutil - general support procs
Expand Down
24 changes: 19 additions & 5 deletions doc/CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

### Table of contents
- Current [HEAD](#user-content-head)
- Release [w11a_V0.751](#user-content-w11a_V0.751)
- Release [w11a_V0.75](#user-content-w11a_V0.75)
- Release [w11a_V0.742](#user-content-w11a_V0.742)
- Release [w11a_V0.741](#user-content-w11a_V0.741)
Expand All @@ -19,11 +20,20 @@ The full set of tests is only run for tagged releases.

### Summary

<!-- --------------------------------------------------------------------- -->
---
## <a id="w11a_V0.751">2018-08-10: [w11a_V0.751](https://github.com/wfjm/w11/releases/tag/w11a_V0.751) - rev 1037(wfjm)</a>

### Summary
- The license disclaimers in the source files referred so far to GPL V2 or later
They are now consistent with the License.txt file, which refers to GPL V3.
- Add Digilent Cmod A7 (35 die size) support
- get vivado 2017.1 ready
- Added Unix 7th Edition oskit; rename 5th Edition kit
- u5ed_rk: renamed from unix-v5_rk
- u7ed_rp: added, very preliminary, boots on CmodA7, further testing needed

### New features
- Add Digilent Cmod A7 (35 die size) support
- general board support
- c7_sram_memctl: SRAM memory controller (incl tb)
Expand All @@ -38,21 +48,26 @@ The full set of tests is only run for tagged releases.
- tst_rlink: rlink tested
- tst_sram: SRAM tester
- w11a: w11a system with 672 kB memory (512 SRAM + 160 BRAM)
- new modules/packages
- rtl/vlib/rutil.vhd: added package, with imin helper function
- rtl/vlib/rutil.vhd: added package, with imin helper function

### Changes
- cleanups
- s3_sram_memctl: drop superfluous idata_cei=1 in s_write2
- 17bit support for tst_sram
- tst_sram.vhd: allow AWIDTH=17; sstat_rbf_awidth instead of _wide
- tcl/tst_sram/*.tcl: 17bit support; use sstat(awidth); add isnarrow
- add test_w11a_mem70.tcl; retire old tests tb_w11a_mem70*.dat
- shell_egd.tcl: BUGFIX: shell_pspec_map: fix mapping for addr>20000
- get vivado 2017.1 ready
- xviv_msg_filter: add version-range tag support
- *.vmfset:
- drop the nonsense 'Synth 8-6014' messages
- adopt to different path used by 'Synth 8-3332' messages
- Rw11VirtDiskOver: more detailed stats
- add test_w11a_mem70.tcl; retire old tests tb_w11a_mem70*.dat

### Bug Fixes
- shell_egd.tcl: BUGFIX: shell_pspec_map: fix mapping for addr>20000

### Known issues

<!-- --------------------------------------------------------------------- -->
---
Expand Down Expand Up @@ -235,7 +250,6 @@ The full set of tests is only run for tagged releases.

### Known issues


<!-- --------------------------------------------------------------------- -->
---
## <a id="w11a_V0.742">2017-01-07: [w11a_V0.742](https://github.com/wfjm/w11/releases/tag/w11a_V0.742) - rev 841(wfjm)</a>
Expand Down

0 comments on commit f78b571

Please sign in to comment.