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:
parent
376150c926
commit
c8763301b4
4 changed files with 134 additions and 31 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue