mirror of
https://github.com/wfjm/w11.git
synced 2026-03-27 10:41:30 +00:00
get ready for V0.792
- rtl/w11a/tb/ - tbrun.yml: retire last tb_pdp11core_stim.dat based test - tb_pdp11core_stim.dat: remove file, now unused and obsolete - tools/tcode/tcode.ecmd: ensure that unibus map window is not memory - tools/dox/*.Doxyfile: up version
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
### Table of contents
|
||||
- Current [HEAD](#user-content-head)
|
||||
- Release [w11a_V0.792](#user-content-w11a_v0.792)
|
||||
- Release [w11a_V0.791](#user-content-w11a_v0.791)
|
||||
- Release [w11a_V0.79](#user-content-w11a_v0.79)
|
||||
- Release [w11a_V0.78](#user-content-w11a_v0.78)
|
||||
@@ -25,6 +26,15 @@ 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.
|
||||
|
||||
### Summary
|
||||
### New features
|
||||
### Changes
|
||||
### Bug Fixes
|
||||
|
||||
<!-- --------------------------------------------------------------------- -->
|
||||
---
|
||||
## <a id="w11a_v0.792">2022-04-26: [w11a_V0.792](https://github.com/wfjm/w11/releases/tag/w11a_V0.792) - rev 1307(wfjm)</a>
|
||||
|
||||
### Summary
|
||||
- retire ancient and unmaintainable tb_pdp11core_stim.dat verification code
|
||||
- add fast mac-only verification codes under tool/tcode, integrated with tbrun
|
||||
@@ -87,6 +97,7 @@ The full set of tests is only run for tagged releases.
|
||||
- pdp11_mmu_mmr1: MMR1 write logic fix, see
|
||||
[ECO-032](ECO-032-MMR1_fix.md)
|
||||
close [issue #24](https://github.com/wfjm/w11/issues/24)
|
||||
- remove tb/tb_pdp11core_stim.dat, now unused and obsolete
|
||||
- general changes
|
||||
- segment -> page rename ([see blog](https://wfjm.github.io/blogs/w11/2022-08-18-on-segments-and-pages.html))
|
||||
- DEC used in early documents 'segment', later on 'page' for the MMU object
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,16 +1,13 @@
|
||||
# $Id: tbrun.yml 807 2016-09-17 07:49:26Z mueller $
|
||||
# $Id: tbrun.yml 1307 2022-10-25 07:19:51Z mueller $
|
||||
#
|
||||
# Revision History:
|
||||
# Date Rev Version Comment
|
||||
# 2022-10-24 1307 1.0.1 retire tb_pdp11core_stim.dat, now in tcodes
|
||||
# 2016-08-21 799 1.0 Initial version
|
||||
#
|
||||
- default:
|
||||
mode: ${viv_modes}
|
||||
#
|
||||
- tag: [default, viv, w11a, base]
|
||||
test: |
|
||||
tbrun_tbw --lsuf base tb_pdp11core${ms}
|
||||
#
|
||||
- tag: [default, viv, w11a, ubmap]
|
||||
test: |
|
||||
tbrun_tbw --lsuf ubmap tb_pdp11core${ms} tb_pdp11core_ubmap.dat
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = "w11 - cpp"
|
||||
PROJECT_NUMBER = 0.791
|
||||
PROJECT_NUMBER = 0.792
|
||||
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 - vhd"
|
||||
PROJECT_NUMBER = 0.791
|
||||
PROJECT_NUMBER = 0.792
|
||||
PROJECT_BRIEF = "W11 CPU core and support modules"
|
||||
PROJECT_LOGO =
|
||||
OUTPUT_DIRECTORY = $(RETRODOXY)/w11/vhd
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
! $Id: tcode.ecmd 1283 2022-08-22 10:07:58Z mueller $
|
||||
! $Id: tcode.ecmd 1306 2022-10-23 19:27:25Z mueller $
|
||||
! SPDX-License-Identifier: GPL-3.0-or-later
|
||||
! Copyright 2022- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
!
|
||||
! setup w11 like processor configuration
|
||||
!
|
||||
set cpu 70
|
||||
set memory 3840
|
||||
set cpu nofpp
|
||||
set idle delay=1
|
||||
! set sysid, leading '1' indicates simulator, next '2' e11
|
||||
|
||||
Reference in New Issue
Block a user