AcquisitionDevice: further simplify

This commit is contained in:
2023-06-03 18:54:05 +02:00
parent e1e46f411f
commit ab6f33be84
18 changed files with 74 additions and 106 deletions
+2 -2
View File
@@ -158,7 +158,7 @@ TEST_CASE("HLS_C_Simulation_check_cancel", "[FPGA][Full]") {
HLSSimulatedDevice test(0, 64);
REQUIRE_NOTHROW(test.StartAction(x));
test.ActionAbort();
test.Cancel();
REQUIRE_NOTHROW(test.WaitForActionComplete());
@@ -183,7 +183,7 @@ TEST_CASE("HLS_C_Simulation_check_cancel_conversion", "[FPGA][Full]") {
HLSSimulatedDevice test(0, 64);
REQUIRE_NOTHROW(test.StartAction(x));
test.ActionAbort();
test.Cancel();
REQUIRE_NOTHROW(test.WaitForActionComplete());