FPGA: load calibration works as dedicated function of the card
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user