Merge branch 'master' into read_aiger
authorEddie Hung <eddieh@ece.ubc.ca>
Tue, 19 Feb 2019 20:36:10 +0000 (12:36 -0800)
committerEddie Hung <eddieh@ece.ubc.ca>
Tue, 19 Feb 2019 20:36:10 +0000 (12:36 -0800)
1  2 
tests/tools/autotest.sh

index 0ffa062e3b70958718c9640f7e41de6a9c40d030,6fdd1e80af1c7e2a1594089689214af06994a509..65fd4cb1f40a931d5fe33d8e62f2a4b3c9c5d138
                fn=$(basename $fn)
                bn=$(basename $bn)
  
 +              if [[ "$ext" == "v" ]]; then
 +                      egrep -v '^\s*`timescale' ../$fn > ${bn}_ref.${ext}
 +              else
 +                      "$toolsdir"/../../yosys -f "$frontend $include_opts" -b "verilog" -o ${bn}_ref.v ../${fn}
 +                      frontend="verilog"
 +              fi
+               rm -f ${bn}_ref.fir
  
 -              egrep -v '^\s*`timescale' ../$fn > ${bn}_ref.v
 -
                if [ ! -f ../${bn}_tb.v ]; then
                        "$toolsdir"/../../yosys -f "$frontend $include_opts" -b "test_autotb $autotb_opts" -o ${bn}_tb.v ${bn}_ref.v
                else