FPGA: load calibration works as dedicated function of the card

This commit is contained in:
2023-09-12 14:34:42 +02:00
parent 7a635f1ee8
commit 9d01630cfc
17 changed files with 177 additions and 171 deletions

View File

@@ -546,6 +546,8 @@ TEST_CASE("HLS_C_Simulation_check_2_trigger_convert", "[FPGA][Full]") {
x.PedestalG0Frames(0).NumTriggers(2).ImagesPerTrigger(5);
HLSSimulatedDevice test(0, 64);
Logger logger("bla");
test.EnableLogging(&logger);
JFCalibration c(x);
REQUIRE_NOTHROW(c.Pedestal(0, 0).LoadPedestal(pedestal_g0));