
#--------------------------------------------------------------------------
# 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
BD API HEP9A 1 0
#-----------------------------------------------------------------------
# Nodes description
# ND  BD_nb  ND_NAME  ND_Type        HERON-ID  filename(s)
#-----------------------------------------------------------------------
  c6  0      HERON1    ROOT           00000002  board0.out
  c6  1      HERON2   Root           0x13  board1.out
# Host interface:
  pcif 0     host1   normal              0x05
  pcif 1     host2   normal              0x15
# HEPC9 inter-board modules, currently EM1-C, EM1 or EM2:
em2  0     em21   normal              0x06
em2  1     em22   normal              0x16

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

#-------------------------------------------------------------------------
# The actual HEART programming statements. Used by both Server/Loader and
# HeartConf. 
#       from:slot  fifo  to:slot   fifo   timeslots
#-------------------------------------------------------------------------

# Create a connection between host (fifo 0) and the 'C6x (fifo 0). It uses
# 1 timeslot. The precise timeslot is chosen by Server/Loader or HeartConf
 heart      host1  0      heron1   0       1
 heart      host2  0      heron2   0       1

# And create a connection back, from the 'C6x (fifo 0) to the host (fifo 0)
  heart      heron1  0      host1   0       1
  heart      heron2  0      host2   0       1

# now the connections to and from the inter board module
  heart      heron1  1      em21   0       1
  heart      em21  0      heron1   1       1
  heart      heron2  1      em22   1       1
  heart      em22  1      heron2   1       1



