Adjust assembler call

This commit is contained in:
2021-07-02 13:29:44 +02:00
parent 64fa0a3140
commit 1c8d4ef2a4
+2 -1
View File
@@ -53,7 +53,8 @@ int main (int argc, char *argv[])
cout << endl;
#endif
EigerAssembler assembler(bit_depth);
// TODO: Is n_submodules here correct?
EigerAssembler assembler(config.n_submodules, bit_depth);
RamBuffer frame_buffer(config.detector_name,
sizeof(ModuleFrame), MODULE_N_BYTES, config.n_modules);