#--------------------------------------------------------------------------
# Board description
# For raw board handling, use:
# BD Board_type Board_address
# For HUNT ENGINEERING's Device Driver API use:
# BD API        Board_type      Board_Id        Device_Id 
#--------------------------------------------------------------------------

BD API hep3b 0 0


# When using Code Composer Studio, a node must be given a CC-id. This
# id tells the Server/Loader where the node is located in the JTAG
# chain. If e.g. you have 3 processors, the node at the end of the
# chain is CC-id 0, the middle one is CC-id 1, and the node closest
# to the board interface (usually in slot 0) has CC-id 2. The reason
# for all this is that the JTAG scan path is not mapped one-to-one
# to the communication network.
#--------------------------------------------------------------------------
# Nodes description
# ND BD_nb ND_NAME ND_Type CC-id GBCW     LBCW     IACK     Program(s) 
#--------------------------------------------------------------------------
ND   0     NODE0   ROOT    (2)   00000000 00000000 002ff800 idrom.out root.out
ND   0     NODE1   NORMAL  (1)   00000000 00000000 002ff800 idrom.out slave1.out
ND   0     NODE2   NORMAL  (0)   00000000 00000000 002ff800 idrom.out slave2.out

#-------------------------------------
# Bootpath description.
# BOOTLINK ND_NAME PORT   ND_NAME PORT
#-------------------------------------
BOOTPATH   NODE0   5      NODE1   2
BOOTPATH   NODE1   3      NODE0   0
BOOTLINK   NODE1   5      NODE2   2

#------------------------------------------------
# Number of the link connected to the host system
# HOSTLINK PORT
#------------------------------------------------
HOSTLINK   3
