FPGAIntegrationTest: Added blocking mode to one more test
This commit is contained in:
@@ -337,6 +337,7 @@ TEST_CASE("HLS_C_Simulation_check_single_packet", "[FPGA][Full]") {
|
||||
test.CreatePacketJF(x, 4, 1, 0, data, false);
|
||||
|
||||
test.CreateFinalPacket(x);
|
||||
test.SetFPGANonBlockingMode(false);
|
||||
|
||||
REQUIRE_NOTHROW(test.StartAction(x));
|
||||
REQUIRE_NOTHROW(test.WaitForActionComplete());
|
||||
|
||||
Reference in New Issue
Block a user