1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-17 17:52:35 +00:00

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
This commit is contained in:
wfjm
2022-07-08 08:35:39 +02:00
parent 1401e20a2e
commit da1f0c151e
21 changed files with 1622 additions and 25 deletions

7
tools/tcode/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
*.cof
*.lst
# simulation stuff
rlink_cext_conf
rlink_cext_fifo_rx
rlink_cext_fifo_tx

1
tools/tcode/README.md Normal file
View File

@@ -0,0 +1 @@
This directory contains the **w11 test codes**

5
tools/tcode/cpu_all.dat Normal file
View File

@@ -0,0 +1,5 @@
# $Id: cpu_all.dat 1249 2022-07-08 06:27:59Z mueller $
#
## steering file for all cpu tests
#
cpu_basics.mac

1369
tools/tcode/cpu_basics.mac Normal file

File diff suppressed because it is too large Load Diff