FPGAIntegrationTest: Use blocking mode for one remaining test
This commit is contained in:
@@ -961,7 +961,7 @@ TEST_CASE("HLS_C_Simulation_internal_packet_generator_16_storage_cell_convert_G0
|
||||
REQUIRE(x.GetImageNum() == ntrigger * nstoragecells);
|
||||
|
||||
HLSSimulatedDevice test(0, ntrigger * nstoragecells);
|
||||
|
||||
test.SetFPGANonBlockingMode(false);
|
||||
std::vector<double> tmp(3 * RAW_MODULE_SIZE, 50);
|
||||
JFModuleGainCalibration gain(tmp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user