mirror of
https://github.com/wfjm/w11.git
synced 2026-02-07 17:11:46 +00:00
- rtl/w11a:
- pdp11.vhd: add cpustat_type treq_tbit and resetcnt; use op_rti rather op_rtt
- pdp11_decode.vhd: use op_rti rather op_rtt
- pdp11_sequencer.vhd: tbit logic overhaul; use treq_tbit; cleanups;
use resetcnt for 8 cycle RESET wait
- rtl/sys_gen/w11a/s3board/sys_conf.vhd: disable monitors for timing closure
- rtl/sys_gen/w11a/*/*.vmfset: drop removed signals
- tools
- asm-11/lib/push_pop.mac: add push2
- tbench/w11a/test_w11a_inst_quick.tcl: use creset option to clr pending traps
- tcl/rw11/asm.tcl: asmrun: add creset option (active with ps option)
- tcode/cpu_basics.mac: add F2.3 (reset settling time)
- tcode/cpu_details.mac: add A4.* (PSW + tbit traps)
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 |