1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-25 12:15:40 +00:00
Walter F.J. Mueller 00e78a1117 major overhaul of rw11::shell.tcl
- tools/tcl/rw11/shell.tcl
  - rename all command, add leading '.' to guarantee uniqueness
  - add .csus,.csto,.cres,.csta: suspend, stop, reset and start CPU
  - add .cme,.cmd,.cml: enable, disable and list cpu monitor (dmcmon)
  - add .ime,.imd,.imf,iml:  enable, diable, setup filter and list ibus monitor
  - add ?m,?u: show mmu and ubmap status
  - add .hr: help on registers
  - improve buildin help, better .h and additional .ha (for aspec's)
  - redo ^D,.q..qq logic (assuming that it's default shell in ti_w11)
- tools/tcl
  - ibd_ibmon/util.tcl: add proc filter
  - rw11/dmcmon.tcl: cm_print: protect against empty lists
2016-12-30 16:24:15 +01:00
2016-12-28 10:54:46 +01:00
2016-12-28 11:32:16 +01:00
2016-12-30 16:24:15 +01:00
2016-12-17 20:18:29 +01:00
2016-10-15 21:10:45 +02:00
2016-12-23 15:51:48 +01:00

w11: PDP 11/70 CPU and SoC

Overview

The project contains the VHDL code for a complete DEC PDP-11 system: a PDP-11/70 CPU with memory management unit, but without floating point unit, a complete set of mass storage peripherals (RK11/RK05, RL11/RL02, RK70/RP06, TM11/TU10) and a basic set of UNIBUS peripherals (DL11, LP11, PC11), and last but not least a cache and memory controllers for SRAM and PSRAM. The design is FPGA proven, runs currently on Digilent Arty, Basys3, Nexys4, Nexys3, Nexys2 and S3board boards and boots 5th Edition UNIX and 2.11BSD UNIX.

For more information look into:

A short description of the directory layout is provided separately, the top level directories are

Directory Content
doc documentation
rtl HDL sources (mostly vhdl)
tools many tools

Note on freecores/w11

The freecores team created in 2014 a copy of almost all OpenCores cores in Github under freecores. This created freecores/w11 which is outdated and not maintained. Only wfjm/w11 is maintained.

Description
PDP-11/70 CPU core and SoC
https://wfjm.github.io/home/w11/
Readme 18 MiB
Languages
VHDL 48.7%
C++ 22.1%
Tcl 13.9%
Perl 7.2%
Roff 3%
Other 5.1%