1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-29 13:31:59 +00:00
Files
wfjm.w11/tools/README.md
wfjm da1f0c151e Add first tcode; RtclRw11Cpu BUGFIX
- rtl/sys_gen/w11a/*/tbrun.yml: add tcode execution
- tools/tcode: new area for add fast mac-only verification codes
- tools/tcl/rw11
  - tcodes.tcl: added, driver for tcode execution
- tools/src/librwxxtpp
  - RtclRw11Cpu.cpp: BUGFIX: quit before mem write if asm-11 error seen
2022-07-08 08:35:39 +02:00

22 lines
1.0 KiB
Markdown

This directory tree contains **many tools** and is organized in
| Directory | Content |
| --------- | ------- |
| [asm-11](asm-11) | environment for `asm-11` assembler |
| [bin](bin) | support scripts and tools |
| [bin_xilinx_wrapper](bin_xilinx_wrapper) | wrappers for Xilinx environments |
| [dox](dox) | configuration files for Doxygen |
| [exptest](exptest) | configuration files for `ostest` and other expect based tests |
| [fx2](fx2) | firmware for Cypress FX2 USB interface |
| [make](make) | make includes |
| [man](man) | man pages |
| [mcode](mcode) | miscellaneous codes |
| [oskit](oskit) | support files for OS disk/tape image kits |
| [simh](simh) | configuration files for `SimH pdp11` |
| [src](src) | C++ sources for rlink backend |
| [sys](sys) | udev rules for USB device handling |
| [tbench](tbench) | w11 test bench |
| [tcode](tcode) | w11 test codes |
| [tcl](tcl) | TCL sources for rlink backend |
| [vivado](vivado) | scripts for Xilinx Vivado |