mirror of
https://github.com/openpower-cores/a2i.git
synced 2026-04-29 05:05:46 +00:00
14 lines
170 B
Tcl
14 lines
170 B
Tcl
# init.tcl
|
|
#
|
|
|
|
set TCL [file dirname [info script]]
|
|
|
|
proc include {f} {
|
|
global TCL
|
|
source -notrace [file join $TCL $f]
|
|
}
|
|
|
|
include "utils.tcl"
|
|
include "waimea.tcl"
|
|
|