mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 08:23:19 +00:00
Fixed commented out techmap call in tests/tools/autotest.sh
This commit is contained in:
parent
c616802ac7
commit
a582b9d184
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ do
|
||||||
else
|
else
|
||||||
test_passes -p "hierarchy; proc; memory; opt; fsm; opt"
|
test_passes -p "hierarchy; proc; memory; opt; fsm; opt"
|
||||||
test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt"
|
test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt"
|
||||||
# test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap -opt; opt; abc; opt"
|
# test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt; abc; opt"
|
||||||
fi
|
fi
|
||||||
touch ../${bn}.log
|
touch ../${bn}.log
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue