1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#! /bin/sh . ../../testenv.sh GHDL_STD_FLAGS=--std=08 synth -gfifo_depth=3 fifo.vhdl axis_conv1d9x1.vhdl -e > syn_axi_conv1d9x1.vhdl analyze syn_axi_conv1d9x1.vhdl synth ent.vhdl -e > syn_ent.vhdl analyze syn_ent.vhdl clean echo "Test successful"