# File automatically generated by "cdfg2hdl".
# Filename: sieve
# Author: Nikolaos Kavvadias (C) 2009, 2010, 2011

#!/bin/bash

make -f sieve.mk clean
make -f sieve.mk init
make -f sieve.mk run

if [ "$SECONDS" -eq 1 ]
then
  units=second
else
  units=seconds
fi
echo "This script has been running for $SECONDS $units."
exit 0
