3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-21 21:33:40 +00:00

Added $div and $mod technology mapping

This commit is contained in:
Clifford Wolf 2013-08-09 17:09:24 +02:00
parent 376150c926
commit c8763301b4
4 changed files with 134 additions and 31 deletions

View file

@ -140,9 +140,9 @@ do
if [ -n "$scriptfiles" ]; then
test_passes
else
test_passes -p hierarchy -p proc -p memory -p opt -p fsm -p opt
test_passes -p hierarchy -p proc -p memory -p opt -p fsm -p opt -p techmap -p opt
# test_passes -p hierarchy -p proc -p memory -p opt -p techmap -p opt -p abc -p 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; opt; abc; opt"
fi
touch ../${bn}.log
}