1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-26 20:27:50 +00:00
Files
wfjm.w11/rtl/sys_gen/w11a/s3board
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
..
2022-07-08 08:35:39 +02:00
2016-12-17 16:28:37 +01:00
2019-07-05 17:23:39 +02:00
2019-09-02 15:33:24 +02:00
2019-07-12 19:01:49 +02:00
2019-07-12 19:01:49 +02:00

Notes on w11 systems: w11a for and S3BOARD

Basics

The sys_w11a_s3 system is a w11a implementation for the Digilent S3BOARD board. For complete configuration, see sys_conf.vhd. The most important features are:

Property Value
CPU options FPP: no; Cache: 8 kB
Memory 1024 kB from SRAM via s3_sram_memctl
Devices DL11:2; DZ11, PC11, LP11, DEUNA, RK11, RL11, RHRP, TM11, IIST, KW11P, M9312: yes
Diagnostics rbmon: yes; ibmon: yes; dmpcnt: yes; dmhbpt: 2; dmcmon: yes
Rlink 460 kbps via USB-RS232 cable connected to the RS232 port

Usage

The board has 8 LEDs and offers only a compactified console light emulation. The memory size of 1024 kB allows starting all oskits.

For complete instructions on how to run operating system images, see w11a_os_guide. The default setup is:

  SWI = 00101010
  ti_w11 -tu<dn>,460k,break,xon @<oskit-name>_boot.tcl

Status & History

The S3BOARD was the first w11 development platform. All inital w11 developments were done with this board. In 2011, the developemt switched to the Nexys 2 board, as this board offered full 4 MB memory, and more importantly, a high speed rlink connection. The S3BOARD is still available, but is no longer actively used. The design is retained for historical and nostalgic reasons.

  • 2007-09-23: initial version