mirror of
https://github.com/wfjm/w11.git
synced 2026-03-04 10:45:39 +00:00
- rtl/w11a
- pdp11.vhd: dm_stat_se_type: rename vfetch -> vstart;
mmu_moni_type: drop pc,idone, add vstart,vflow
pdp11_mmu_mmr12: add VADDR port
- pdp11_dmcmon.vhd: dm_stat_se_type: rename vfetch -> vstart
- pdp11_mmu.vhd: implement MMR0 instruction complete
- pdp11_mmu_mmr12.vhd: implement MMR2 instruction complete
- pdp11_sequencer.vhd: implement MMR0,MMR2 instruction complete
- pdp11_sys70.vhd: dm_stat_se_type: rename vfetch -> vstart
- tools
- tbench/w11a_pcnt/test_pcnt_basics.tcl: rename vfetch -> vstart
- tbench/w11a_pcnt/test_pcnt_codes.tcl: rename vfetch -> vstart
- tcl/rw11/dmcmon.tcl: rename vfetch -> vstart
- tcl/rw11/dmpcnt.tcl: rename vfetch -> vstart
- tcode/cpu_mmu.mac: rename C2.7 -> C2.10, add C2.7-9
- xxdp/ekbee1_patch_w11a.tcl: now patch for MMR1, not longer skip
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) |