FPGA: frame generator reads from HBM (work in progress)

This commit is contained in:
2023-09-26 13:14:43 +02:00
parent 0f7c14c267
commit 84bf69b8a6
21 changed files with 188 additions and 141 deletions
+1
View File
@@ -21,6 +21,7 @@ TEST_CASE("JFJochReceiverTest_Raw", "[JFJochReceiver]") {
for (int i = 0; i < x.GetDataStreamsNum(); i++) {
HLSSimulatedDevice *test;
test = new HLSSimulatedDevice(i, 64);
test->SetInternalGeneratorFrame();
aq_devices.emplace_back(test);
}