booth: Fix assertion

Fix assertion to what it should be per Andy's comments.
This commit is contained in:
Martin Povišer 2023-09-28 11:50:57 +02:00
parent 91bcf81dbd
commit 6b70b3dbef
1 changed files with 1 additions and 2 deletions

View File

@ -655,8 +655,7 @@ struct BoothPassWorker {
cpa_id++;
log_assert(c_vec.size() == s_vec.size());
// TODO: doesn't pass
//log_assert(result.size() == s_vec.size() + 2);
log_assert(result.size() == s_vec.size());
SigBit carry;
for (int n = 0; n < s_vec.size(); n++) {