#!/usr/bin/env bash
set -euo pipefail

: "${POPLAR_SDK_ENABLED:?source the Poplar SDK environment first}"

repo=$(cd "$(dirname "$0")/.." && pwd)
cd "$repo"
make no_blob_exchange

./no_blob_exchange 1 0 257 '' 3
./no_blob_exchange 731 1400 4096 '' 2
