1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-12 00:43:01 +00:00

ready for V0.76

This commit is contained in:
wfjm 2019-02-16 08:31:36 +01:00
parent 913fe9b399
commit 5a3c40a846
4 changed files with 12 additions and 3 deletions

View File

@ -2,6 +2,7 @@
### Table of contents
- Current [HEAD](#user-content-head)
- Release [w11a_V0.76](#user-content-w11a_V0.76)
- Release [w11a_V0.753](#user-content-w11a_V0.753)
- Release [w11a_V0.752](#user-content-w11a_V0.752)
- Release [w11a_V0.751](#user-content-w11a_V0.751)
@ -20,6 +21,9 @@ 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.76">2019-02-16: [w11a_V0.76](https://github.com/wfjm/w11/releases/tag/w11a_V0.76) - rev 1108(wfjm)</a>
### Summary
- add support for DDR memory via Vivado MIG cores for
- Digilent Arty
@ -73,6 +77,11 @@ The full set of tests is only run for tagged releases.
- nexys4d_pins.xdc: BUFFIX: Fix faulty IO voltage for I_SWI[8,9]
### Known issues
- Nexys4 DDR and Arty S7 designs only simulation tested
(see [#16](https://github.com/wfjm/w11/issues/16) and
[#17](https://github.com/wfjm/w11/issues/17) )
- w11 clock rate limited by CACHE-to-CACHE false path
(see [#18](https://github.com/wfjm/w11/issues/18) )
<!-- --------------------------------------------------------------------- -->
---

View File

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "w11 - cpp"
PROJECT_NUMBER = 0.753
PROJECT_NUMBER = 0.76
PROJECT_BRIEF = "Backend server for Rlink and w11"
PROJECT_LOGO =
OUTPUT_DIRECTORY = $(RETRODOXY)/w11/cpp

View File

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "w11 - tcl"
PROJECT_NUMBER = 0.753
PROJECT_NUMBER = 0.76
PROJECT_BRIEF = "Backend server for Rlink and w11"
PROJECT_LOGO =
OUTPUT_DIRECTORY = $(RETRODOXY)/w11/tcl

View File

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "w11 - vhd"
PROJECT_NUMBER = 0.753
PROJECT_NUMBER = 0.76
PROJECT_BRIEF = "W11 CPU core and support modules"
PROJECT_LOGO =
OUTPUT_DIRECTORY = $(RETRODOXY)/w11/vhd