#!/bin/bash

ghdl -a $1.vhd
ghdl -e $1

ghdl -a $1_tb.vhd
ghdl -e $1_tb

ghdl -r $1_tb --stop-time=$2 --fst=$1.fst

open $1.fst
