1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-13 15:37:43 +00:00
wfjm.w11/tools/exptest/sys/sys_w11a_n4_setup.tcl
wfjm 9f13421caa automation of oskit tests (initial version)
- 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
2019-08-03 11:45:05 +02:00

18 lines
561 B
Tcl

# $Id: sys_w11a_n4_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-10 1162 0.1 First draft
#---
# setup for sys_w11a_n4
#
set ::genv(rri_opt) "-tuD,12M,break,cts"
set ::genv(sys_path) "rtl/sys_gen/w11a/nexys4"
set ::genv(memsize) 3840
source ostest_bigmem_setup.tcl
source mcode_setup.tcl