#--------------------------------------------------------------------------
# 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
#--------------------------------------------------------------------------
# Using API
BD API HEP9A 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 1) 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 HERON-ID  filename(s)
#-----------------------------------------------------------------------
  ibc  0      ibc1    normal           0x06
  pcif 0      host1   normal           0x05
  fpga 0      mod1    normal           0x01    noname
  fpga 0      mod2    normal           0x02    noname
  fpga 0      mod3    normal           0x03    noname
  fpga 0      mod4    normal           0x04    noname 

#---------------------------------------
# Bootpath description.
# BOOTLINK  ND_NAME  PORT  ND_NAME  PORT
#---------------------------------------
#BOOTLINK FIRST 2 THIRD 0
#BOOTLINK third 2 fourth 0
#BOOTLINK SECOND 2 THIRD 0

#------------------------------------------------
# Number of the link connected to the host system
# HOSTLINK  PORT
#------------------------------------------------
#  TOHOST    0
#  FROMHOST  0

#------------------------------------------------
# Number of the link connected to the flash system
# FLASHLINK  PORT
#------------------------------------------------
# FLASHLINK  3

#--------------------------------------------------------------------------
#       from:slot  fifo  to:slot   fifo   timeslot
#--------------------------------------------------------------------------

heart      host1  0      mod1  0      1
heart      mod1  0      host1   0     1

heart      host1  1      mod2  0      1
heart      mod2  0      host1   1     1

heart      host1  2      mod3  0      1
heart      mod3  0      host1   2     1

heart      host1  3      mod4  0      1
heart      mod4  0      host1   3     1
