1
0
mirror of https://github.com/wfjm/w11.git synced 2026-05-01 22:17:08 +00:00

minor changes and fixes

- *.Doxyfile: update to 1.8.15 template format (from 1.8.7)
- tst_sram: define and use init_rbf_*
- rbd_rbmon: more robust ack,err trace when busy
- pdp11.vhd: define c_init_rbf_greset
- pdp11_core_rbus: rename state field rbinit to greset
- pdp11_sys70: add and use RESET_SYS; fix pdp11_mem70 reset
- test_cp_ibrbasics.tcl: use imap addresses for test area
- rbmoni/test_regs.tcl: add a few cntl logic tests
- rbmoni/util.tcl: streamline raw_check
- rw11/defs.tcl: define INIT bits
- rw11/tbench.tcl: bench_list: ignore whitespace and empty lines
- tst_sram/util.tcl: define INIT
This commit is contained in:
wfjm
2019-03-08 17:08:39 +01:00
parent e14d92f9cc
commit 73adad79e1
19 changed files with 215 additions and 107 deletions

View File

@@ -37,6 +37,7 @@ The full set of tests is only run for tagged releases.
- Rw11Cpu,RtclRw11Cpu: add ibmon setup and HasIbtst()
- RtclGet.ipp: use const& for oper() of string& and Rtime&
- firmware changes
- rbd_rbmon: more robust ack,err trace when busy
- rbd_tester: use now fifo_simple_dram
- sys_w11a_s3: set BTOWIDTH 7 (was 6, must be > vmbox atowidth (6))
- pdp11_sys70: instantiate ibd_ibtst (when sys_conf_ibtst = true)
@@ -46,7 +47,12 @@ The full set of tests is only run for tagged releases.
- add sys_conf_ibd_dz11 (enabled in all systems)
### Bug Fixes
- backend code: some getters crashed with `SIGSEGV`, see
[issue #19](https://github.com/wfjm/w11/issues/19). The culprit was the
automatic return type determination for the getter lambdas. Changed back
to using bind, now `std::bind`, for method forwarders. This is safer and
also more compact.
### Known issues
<!-- --------------------------------------------------------------------- -->