diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 17f37bba..9961c7aa 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,6 +2,7 @@ ### Table of contents - Current [HEAD](#user-content-head) +- Release [w11a_V0.79](#user-content-w11a_V0.79) - Release [w11a_V0.78](#user-content-w11a_V0.78) - Release [w11a_V0.77](#user-content-w11a_V0.77) - Release [w11a_V0.76](#user-content-w11a_V0.76) @@ -23,10 +24,14 @@ The HEAD version shows the current development. No guarantees that software or firmware builds or that the documentation is consistent. The full set of tests is only run for tagged releases. + +--- +## 2019-07-27: [w11a_V0.79](https://github.com/wfjm/w11/releases/tag/w11a_V0.79) - rev 1197(wfjm) ### Summary - use vivado 2019.1 as default - finalize coverity fixups, now defect free ([see blog](https://wfjm.github.io/blogs/w11/2019-06-14-coverity-fixes-done.html)) - use SPDX license tags, remove boilerplate license disclaimers ([see blog](https://wfjm.github.io/blogs/w11/2019-07-21-spdx.html)) +- TM11: support odd record length, close [issue #8](https://github.com/wfjm/w11/issues/8) ### New features - new tools diff --git a/doc/README_known_issues.md b/doc/README_known_issues.md index 2628f00a..e26ed50f 100644 --- a/doc/README_known_issues.md +++ b/doc/README_known_issues.md @@ -189,13 +189,6 @@ behavioral simulation for a w11a design can take 25 min. Even though post-synthesis or post-routing models are now generated in verilog working with `xsim` is cumbersome and time consuming. -### V0.66-1 {[issue #8](https://github.com/wfjm/w11/issues/8)} -- TM11 controller doesn't support odd transfer size -the TM11 controller transfers data byte wise (all disk do it 16bit -word wise) and allows for odd byte length transfers. Odd length transfers -are currently not supported and rejected as invalid command. Odd byte -length records aren't used by OS, so in practice this limitation -isn't relevant. - ### V0.65-2 {[issue #7](https://github.com/wfjm/w11/issues/7)} -- Some exotic RH70/RP/RM features not implemented some exotic RH70/RP/RM features and conditions not implemented yet - last block transfered flag (in DS) @@ -233,6 +226,17 @@ free}_ ## Resolved Issues +### V0.66-1 {[issue #8](https://github.com/wfjm/w11/issues/8)} -- TM11 controller doesn't support odd transfer size +#### Original Issue +The TM11 controller transfers data byte wise (all disk do it 16bit +word wise) and allows for odd byte length transfers. Odd length transfers +are currently not supported and rejected as invalid command. Odd byte +length records aren't used by OS, so in practice this limitation +isn't relevant. +#### Fix +Odd record length support added with commit +[5b52e54](https://github.com/wfjm/w11/commit/5b52e54). + ### V0.742-1 {[issue #14](https://github.com/wfjm/w11/issues/14)} -- SEGFAULT core dump after detach #### Original Issue The detach of a `tcp` type virtual terminal or a `tap` type virtual diff --git a/tools/dox/w11_cpp.Doxyfile b/tools/dox/w11_cpp.Doxyfile index 50340e0e..6b0a3c66 100644 --- a/tools/dox/w11_cpp.Doxyfile +++ b/tools/dox/w11_cpp.Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "w11 - cpp" -PROJECT_NUMBER = 0.78 +PROJECT_NUMBER = 0.79 PROJECT_BRIEF = "Backend server for Rlink and w11" PROJECT_LOGO = OUTPUT_DIRECTORY = $(RETRODOXY)/w11/cpp diff --git a/tools/dox/w11_tcl.Doxyfile b/tools/dox/w11_tcl.Doxyfile index cb83000c..5e75b309 100644 --- a/tools/dox/w11_tcl.Doxyfile +++ b/tools/dox/w11_tcl.Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "w11 - tcl" -PROJECT_NUMBER = 0.78 +PROJECT_NUMBER = 0.79 PROJECT_BRIEF = "Backend server for Rlink and w11" PROJECT_LOGO = OUTPUT_DIRECTORY = $(RETRODOXY)/w11/tcl diff --git a/tools/dox/w11_vhd_all.Doxyfile b/tools/dox/w11_vhd_all.Doxyfile index b0119516..9c6535a9 100644 --- a/tools/dox/w11_vhd_all.Doxyfile +++ b/tools/dox/w11_vhd_all.Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "w11 - vhd" -PROJECT_NUMBER = 0.78 +PROJECT_NUMBER = 0.79 PROJECT_BRIEF = "W11 CPU core and support modules" PROJECT_LOGO = OUTPUT_DIRECTORY = $(RETRODOXY)/w11/vhd