One more merge conflict
authorEddie Hung <eddieh@ece.ubc.ca>
Sun, 17 Feb 2019 19:50:55 +0000 (11:50 -0800)
committerEddie Hung <eddieh@ece.ubc.ca>
Sun, 17 Feb 2019 19:50:55 +0000 (11:50 -0800)
tests/tools/autotest.sh

index 2722cba19f53e102c40b075170afcd8dd46d740b..b5abc3570a38220d12cadaea801a93159817e8e3 100755 (executable)
@@ -134,18 +134,13 @@ do
                fn=$(basename $fn)
                bn=$(basename $bn)
 
-<<<<<<< HEAD
+               rm -f ${bn}_ref.fir
                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
->>>>>>> e45f62b0c56717a23099425f078d1e56212aa632
 
                if [ ! -f ../${bn}_tb.v ]; then
                        "$toolsdir"/../../yosys -f "$frontend $include_opts" -b "test_autotb $autotb_opts" -o ${bn}_tb.v ${bn}_ref.v