3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/tests/vloghtb/test_share.sh
2023-08-12 11:59:39 +10:00

12 lines
156 B
Bash

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