Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
f013e089f9bd4fcbc5ef193ac9a2a69df4c92505
/
.
/
SVIncCompil
/
Testcases
/
Yosys
/
vloghtb
/
test_share.sh
blob: 67cfe44e8dec0deb15f09ecee108e8a18f7ee70f [
file
]
#!/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
exit
0