mirror of
https://github.com/wfjm/w11.git
synced 2026-01-12 00:43:01 +00:00
- tools/bin/ostest: driver script for oskit tests - tools/exptest: configuration files for ostest and other expect based tests - tools/oskit/test: support files for OS disk/tape image kits - tools/tcl/exptest: tcl package for expect based tests - tools/tcl/exptest_rri: tcl package for rri mode
18 lines
561 B
Tcl
18 lines
561 B
Tcl
# $Id: sys_w11a_b3_setup.tcl 1196 2019-07-20 18:18:16Z mueller $
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
|
#
|
|
# Revision History:
|
|
# Date Rev Version Comment
|
|
# 2019-07-13 1193 1.1 add mcode_setup
|
|
# 2019-06-29 1173 1.0 Initial version
|
|
# 2019-06-16 1165 0.1 First draft
|
|
#---
|
|
# setup for sys_w11a_b3
|
|
#
|
|
set ::genv(rri_opt) "-tuD,12M,break,xon"
|
|
set ::genv(sys_path) "rtl/sys_gen/w11a/basys3"
|
|
set ::genv(memsize) 176
|
|
source ostest_minmem_setup.tcl
|
|
source mcode_setup.tcl
|