AcquisitionDevice: refactor to make it less FPGA dependent

This commit is contained in:
2023-06-03 18:37:56 +02:00
parent 7d88017d51
commit e1e46f411f
18 changed files with 260 additions and 344 deletions
+1
View File
@@ -77,6 +77,7 @@ TEST_CASE("HLS_C_Simulation_internal_packet_generator_custom_frame", "[FPGA][Ful
HLSSimulatedDevice test(0, 64);
test.SetCustomInternalGeneratorFrame(test_frame);
test.SetFPGANonBlockingMode(true);
REQUIRE_NOTHROW(test.StartAction(x));
REQUIRE_NOTHROW(test.WaitForActionComplete());