Fix for bug #101

This commit is contained in:
Revar Desmera 2019-08-11 22:15:37 -07:00
parent 9196779257
commit 00b11d130c

View file

@ -1428,6 +1428,8 @@ module exclusive_or() {
children(8);
children(9);
}
} else {
assert($children<=10, "exclusive_or() can only handle up to 10 children.");
}
}