#!/bin/sh
# runxst top_entity file device vhdl|verilog
echo run -top $1 -ifn $2 -ifmt $4 -p $3 -ofn $1 -iobuf no -bus_delimiter "()"

