yosys/tests/vloghtb/test_share.sh

12 lines
139 B
Bash
Raw Normal View History

2014-07-20 06:20:52 -05:00
#!/bin/bash
set -e
source common.sh
f=$1
n=$(basename ${f%.v})
2014-07-21 07:08:13 -05:00
test_equiv share "share -aggressive" "-ignore_div_by_zero" $n $f
2014-07-20 06:20:52 -05:00
exit 0