Sign in
foss-fpga-tools
/
third_party
/
yosys
/
4e169102fa3d2bbca04736654ee2337ed20f2d99
/
.
/
tests
/
vloghtb
/
test_share.sh
blob: 67cfe44e8dec0deb15f09ecee108e8a18f7ee70f [
file
] [
log
] [
blame
]
#!/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