aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/ghdl-issues/issue1307/testsuite.sh
blob: 8c96672340cec0a2eada006f3d71dbeffff9cd2e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

topdir=../..
. $topdir/testenv.sh

run_yosys -q -p "ghdl hdmi_design.vhd hdmi_io.vhd conversion_to_RGB.vhd -e; synth_xilinx -flatten -edif hdmi_design.edif"

echo OK