testcase 160 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#!/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