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

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

run_yosys -q -p "ghdl --std=08 exp.vhdl -e; write_rtlil exp.il"
fgrep 'cell $ff' exp.il

clean
echo OK