Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
3f4e38faba84ce292e5f05601b70dd598f686411
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00527
/
testcase
blob: b9ffb7e3312b9624661e7939246fdf325d725baa [
file
] [
log
] [
blame
]
#!/bin/bash
yosys
-
t syn
.
tcl
if
grep
-
q DFFSR sd_rrmux_osu
.
gv
;
then
echo
"FAILED -- DFFSR present in netlist"
else
echo
"PASSED -- DFFSR not present"
fi