Fix tests + re-run FPGA synthesis
This commit is contained in:
@@ -88,7 +88,6 @@ int main(int argc, char **argv) {
|
||||
for (int i = 0; i < nimages; i++) {
|
||||
for (int j = 0; j < 8; j++)
|
||||
transformation.ProcessModule(image + (i * x.GetModulesNum() + j) * RAW_MODULE_SIZE, j, 0);
|
||||
transformation.Pack();
|
||||
output_size[i] = transformation.SaveCompressedImage(output[i].data());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user