mirror of
https://github.com/wfjm/w11.git
synced 2026-03-10 04:54:26 +00:00
final touches for V0.79
This commit is contained in:
@@ -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.
|
||||
|
||||
<!-- --------------------------------------------------------------------- -->
|
||||
---
|
||||
## <a id="w11a_V0.79">2019-07-27: [w11a_V0.79](https://github.com/wfjm/w11/releases/tag/w11a_V0.79) - rev 1197(wfjm)</a>
|
||||
### 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user