
#--------------------------------------------------------------------------
# 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      HERON    ROOT           00000001  test4.out
# Examples of non-processor nodes:
# Host interface:
  pcif 0     host1   normal              0x05
# FPGA or HERON-IO module:
# fpga 0     fpga1   normal                 2  my_rbtfile
# GDIO module:
# gdio 0     gd12    normal          00000003
# HEPC9 inter-board modules, currently EM1-C, EM1 or EM2:
# em1c 0     ibmt1c  normal              0x06
# em1  0     ibmt1   normal              0x06
# em2  0     ibmt2   normal              0x06


#---------------------------------------
# Bootpath description.
# BOOTLINK  ND_NAME  PORT  ND_NAME  PORT
#---------------------------------------

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

#-------------------------------------------------------------------------
# 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      heron   0       1

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

# Example: create a connection between the C6x (fifo 1) and the fpga (fifo 2).
# The 't=0' statement specifies that timeslot number 0 must be used.
# heart      fpga1  2      heron   1       t=0

# Example: reate a connection between gdio (fifo 3) and the fpga (fifo 2). The
# statement specifies that 3 timeslots are to be used. The actual timeslots
# are chosen by the Server/Loader or HeartConf.
# heart      gd12   3      fpga1   3       3

