Sign in
foss-fpga-tools
/
third_party
/
yosys
/
refs/heads/mwk/xilinx-dff-improvements
/
.
/
tests
/
vloghtb
/
test_share.sh
blob: 67cfe44e8dec0deb15f09ecee108e8a18f7ee70f [
file
] [
log
] [
blame
] [
edit
]
#!/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