1
0
mirror of synced 2026-05-22 13:20:09 +00:00
Files
YosysHQ.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