#!/bin/sh

#
# Download the NIC design
#

# Source the test library
source ../../../reference_nic/regress/src/TestLib.sh

processArgs $@

# Get the mapping of nf2c0 -- result placed in $IFACE
getIface nf2c0

# Download the bitfile
nf2_download -i $IFACE $NF2_ROOT/projects/hostfilter/synth/nf2_top_par.bit

# Wait, so that next test can get nf2c0
sleep 1
