1
0
mirror of https://github.com/openpower-cores/a2i.git synced 2026-04-29 05:05:46 +00:00
Files
openpower-cores.a2i/rel/fpga/init.tcl
2020-06-28 18:40:39 -04:00

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"