mirror of
https://github.com/wfjm/w11.git
synced 2026-01-12 00:43:01 +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 many tools and is organized in
| Directory | Content |
|---|---|
| asm-11 | environment for asm-11 assembler |
| bin | support scripts and tools |
| bin_xilinx_wrapper | wrappers for Xilinx environments |
| dasm-11 | environment for dasm-11 disassembler |
| dox | configuration files for Doxygen |
| exptest | configuration files for ostest and other expect based tests |
| fx2 | firmware for Cypress FX2 USB interface |
| make | make includes |
| man | man pages |
| mcode | miscellaneous stand-alone codes for system tests |
| oskit | support files for OS disk/tape image kits |
| simh | configuration files for SimH pdp11 |
| src | C++ sources for rlink backend |
| sys | udev rules for USB device handling |
| tbench | w11 test bench |
| tcode | w11 test codes |
| tests | test programs |
| tcl | TCL sources for rlink backend |
| vivado | scripts for Xilinx Vivado |
| xxdp | startup and patch scripts for xxdp test execution |