yosys/tests/vloghtb/test_share.sh

12 lines
148 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})
test_equiv share "wreduce; share -aggressive" "-ignore_div_by_zero" $n $f
2014-07-20 06:20:52 -05:00
exit 0