mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
One more merge conflict
This commit is contained in:
parent
144c5d4359
commit
430a7548bc
|
@ -134,18 +134,13 @@ do
|
||||||
fn=$(basename $fn)
|
fn=$(basename $fn)
|
||||||
bn=$(basename $bn)
|
bn=$(basename $bn)
|
||||||
|
|
||||||
<<<<<<< HEAD
|
rm -f ${bn}_ref.fir
|
||||||
if [[ "$ext" == "v" ]]; then
|
if [[ "$ext" == "v" ]]; then
|
||||||
egrep -v '^\s*`timescale' ../$fn > ${bn}_ref.${ext}
|
egrep -v '^\s*`timescale' ../$fn > ${bn}_ref.${ext}
|
||||||
else
|
else
|
||||||
"$toolsdir"/../../yosys -f "$frontend $include_opts" -b "verilog" -o ${bn}_ref.v ../${fn}
|
"$toolsdir"/../../yosys -f "$frontend $include_opts" -b "verilog" -o ${bn}_ref.v ../${fn}
|
||||||
frontend="verilog"
|
frontend="verilog"
|
||||||
fi
|
fi
|
||||||
=======
|
|
||||||
rm -f ${bn}_ref.fir
|
|
||||||
|
|
||||||
egrep -v '^\s*`timescale' ../$fn > ${bn}_ref.v
|
|
||||||
>>>>>>> e45f62b0c56717a23099425f078d1e56212aa632
|
|
||||||
|
|
||||||
if [ ! -f ../${bn}_tb.v ]; then
|
if [ ! -f ../${bn}_tb.v ]; then
|
||||||
"$toolsdir"/../../yosys -f "$frontend $include_opts" -b "test_autotb $autotb_opts" -o ${bn}_tb.v ${bn}_ref.v
|
"$toolsdir"/../../yosys -f "$frontend $include_opts" -b "test_autotb $autotb_opts" -o ${bn}_tb.v ${bn}_ref.v
|
||||||
|
|
Loading…
Reference in a new issue