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

#------------------------------------------------
# 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

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

# now create the connections to and from the em2
  heart      heron1  1      em21   0       1
  heart      em21  0      heron1   1       1

