3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 20:18:20 +00:00
yosys/tests/vloghtb/test_share.sh
2014-07-21 14:40:57 +02:00

12 lines
139 B
Bash

#!/bin/bash
set -e
source common.sh
f=$1
n=$(basename ${f%.v})
test_equiv share "share -aggressive" "-ignore_div_by_zero" $n $f
exit 0