5 GHDL_STD_FLAGS
=--std=08
6 synth
--out=verilog
-Wno-nowrite a.vhdl
-e > syn_a.v
8 if grep channel syn_a.v
; then
11 if grep "0'" syn_a.v
; then
15 synth
--out=verilog
-Wno-nowrite c.vhdl
-e > syn_c.v
16 if grep channel syn_c.v
; then
20 echo "Test successful"