Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
ba6c8606e9b9f12023a0495454d5f82909d8bb0e
/
.
/
src
/
Testcases
/
YosysTests
/
regression
/
issue_00527
/
testcase
blob: b9ffb7e3312b9624661e7939246fdf325d725baa [
file
]
#!/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