
#--------------------------------------------------------------------------
# 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 1 0
#-----------------------------------------------------------------------
# Nodes description
# ND  BD_nb  ND_NAME  ND_Type        HERON-ID  filename(s)
#-----------------------------------------------------------------------
   c6  0      HERON2   Root           0x13  board1.out
# Host interface:
  pcif 0     host2   normal              0x15
# HEPC9 inter-board modules, currently EM1-C, EM1 or EM2:
em2  0     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      host2  0      heron2   0       1

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

  heart      heron2  0      host2   0       1

# now create the connections to the em2
  heart      heron2  1      em22   1       1
  heart      em22  1      heron2   1       1

