FPGAIntegrationTest: Use blocking mode for internal_packet_generator test

This commit is contained in:
2023-08-12 12:09:38 +02:00
parent 3e406f0f46
commit 2a5741931d
+1 -1
View File
@@ -20,7 +20,7 @@ TEST_CASE("HLS_C_Simulation_internal_packet_generator", "[FPGA][Full]") {
x.UseInternalPacketGenerator(true).ImagesPerTrigger(4).PedestalG0Frames(0);
HLSSimulatedDevice test(0, 64);
test.SetFPGANonBlockingMode(false);
REQUIRE_NOTHROW(test.StartAction(x));
REQUIRE_NOTHROW(test.WaitForActionComplete());