#!/bin/bash
(
rm -rf build
mkdir build
cd build
. $XILINX/settings.sh
xtclsh ../demo_s3sb.tcl
)