1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-23 03:17:39 +00:00
wfjm.w11/tools/tcl/setup_packages
Walter F.J. Mueller cbd8ce3468 - interim release w11a_V0.56 (untagged)
- re-organized handling of board and derived clocks in test benches
- added message filter definitions for some designs (.mfset files)
- added Cypress EZ-USB FX2 controller (USB interface)
- added firmware for EZ-USB FX2 supporting jtag access and data transfer
- FPGA configure over USB now supported directly in make build flow
- added test systems for USB testing and rlink over USB verification
- no functional change of w11a CPU core or any pre-existing test systems
- Note: Carefully read the disclaimer about usage of USB VID/PID numbers
        in the file README_USB-VID-PID.txt. You'll be responsible for any
        misuse of the defaults provided with the project sources !!
2013-01-02 21:06:53 +00:00

15 lines
410 B
Tcl
Executable File

#! /usr/bin/env tclsh
# $Id: setup_packages 445 2011-12-26 21:19:26Z mueller $
#
pkg_mkIndex -verbose ../lib libr*tpp.so
#
pkg_mkIndex -verbose rutil *.tcl
pkg_mkIndex -verbose rlink *.tcl
pkg_mkIndex -verbose rbtest *.tcl
pkg_mkIndex -verbose rbmoni *.tcl
pkg_mkIndex -verbose rbbram *.tcl
pkg_mkIndex -verbose rbs3hio *.tcl
pkg_mkIndex -verbose rbemon *.tcl
#
pkg_mkIndex -verbose tst_rlink *.tcl