mirror of
https://github.com/wfjm/w11.git
synced 2026-01-13 15:37:43 +00:00
- tools/bin/tmuconv: add memory system register names - tools/src - librw11/Rw11Cpu: add kCPUUBMAP - librwxxtpp/RtclRw11Cpu.cpp: use kCPUUBMAP - tools/tbench - cp/cp_all.dat: add test_cp_ubmap.tcl - cp/test_cp_cpubasics.tcl: add creset test - cp/test_cp_gr.tcl: streamline, use longer command chains - cp/test_cp_membasics.tcl: add 22bit mode tests - cp/test_cp_ubmap.tcl: added, test access via ubmap - w11a/test_w11a_dstr_word_flow.tcl: renamed from test_w11a_dstm_word_flow.tcl - w11a/test_w11a_cdma.tcl: added, test bwm/brm with active CPU - w11a/test_w11a_inst_traps.tcl: use defs_cpu.mac include - w11a/test_w11a_inst_wait.tcl: added, tests WAIT instruction - w11a/w11a_all.dat: add test_w11a_inst_wait.tcl, test_w11a_cdma.tcl - tools/tcl/rw11/defs.tcl: add A_UBMAP - tools/tcode - cpu_details.mac: add A5 - cpu_mmu.mac: add F2
This directory tree contains the w11 test bench and is organized in
| Directory | Content |
|---|---|
| cp | test of CPU control port |
| deuna | test of deuna ibus device |
| dl11 | test of dl11 ibus device |
| dz11 | test of dz11 ibus device |
| kw11p | test of kw11p ibus device |
| lp11 | test of lp11 ibus device |
| m9312 | test of m9312 ibus device |
| pc11 | test of pc11 ibus device |
| rhrp | test of rhrp ibus device |
| tm11 | test of tm11 ibus device |
| w11a | test of CPU core |
| w11a_cmon | test of CPU cmon unit (cpu monitor) |
| w11a_hbpt | test of CPU hbpt unit (hardware breakpoint) |
| w11a_ibmon | test of ibd_ibmon (ibus monitor) |
| w11a_ibtst | test of ibd_ibtst (ibus test device) |
| w11a_pcnt | test of CPU pcnt unit (performance counters) |