mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
Add tests for cmp2lut on LUT6
This commit is contained in:
parent
5939b5d636
commit
dd10d2b00d
2 changed files with 29 additions and 23 deletions
|
@ -4,3 +4,8 @@ for x in *.v; do
|
|||
echo "Running $x.."
|
||||
../../yosys -q -s check_map.ys -l ${x%.v}.log $x
|
||||
done
|
||||
|
||||
for x in map_cmp.v; do
|
||||
echo "Running $x.."
|
||||
../../yosys -q -s check_map_lut6.ys -l ${x%.v}_lut6.log $x
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue