3
0
Fork 0
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:
Eddie Hung 2019-07-16 12:11:59 -07:00
parent 5939b5d636
commit dd10d2b00d
2 changed files with 29 additions and 23 deletions

View file

@ -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