Commit Graph

396 Commits

Author SHA1 Message Date
5d8a85071e PCIe driver: Fix missing return value in a function 2023-09-14 15:56:52 +02:00
aa263a329e Make test more repeatable by removing non-blocking mode in HLS simulation 2023-09-13 21:51:40 +02:00
0b95456d3d Adapt PCIe driver and tests for the new frame generator 2023-09-13 21:44:20 +02:00
f3e85deb31 FPGA: Increase PCIe BAR size to 16 MB 2023-09-13 20:55:10 +02:00
0c471b3760 FPGA: Some clean-up of frame generator 2023-09-13 20:53:55 +02:00
496d016c31 FPGA: Replace internal_packet_generator with frame_generator (generating UDP packets, instead of internal JFJoch packets) 2023-09-13 20:06:09 +02:00
95d20085dd FPGA: Use volatile variable for counter 2023-09-13 10:35:02 +02:00
33a15e87df PCIe driver: minor fixes 2023-09-13 08:00:55 +02:00
0b4320c381 PCIe driver: enable DMA 2023-09-13 07:58:20 +02:00
56993d3597 FPGA: minor clean-up of network routines 2023-09-12 21:35:37 +02:00
b7239331ac FPGA: remove script from OC-Accel 2023-09-12 21:10:15 +02:00
5e137a514a FPGA: add more FIFOs to monitoring 2023-09-12 20:35:48 +02:00
8626195091 FPGA: fix to deadlock 2023-09-12 20:09:11 +02:00
9d01630cfc FPGA: load calibration works as dedicated function of the card 2023-09-12 14:34:42 +02:00
7a635f1ee8 FPGA: load_calibration clean-up + simplification 2023-09-12 09:16:45 +02:00
2b29381f87 FPGA: update in timer code 2023-09-12 08:16:44 +02:00
8c3a25a8ad FPGA: load calibration operates directly on HBM 2023-09-11 21:47:29 +02:00
f98b5fe389 FPGA: use only two HBM channels to write calibration in JF conversion 2023-09-11 20:30:46 +02:00
05000bab1f FPGA: remove transfer to HBM for the time being 2023-09-11 20:24:20 +02:00
0c524f9a3c FPGA: Add module to load images from HBM 2023-09-11 12:42:38 +02:00
253b409d38 FPGA: Mark last completion saved to HBM 2023-09-11 12:20:07 +02:00
309dabd32b FPGA: Use dedicated struct for address exchange 2023-09-11 11:19:05 +02:00
9ff8e039d7 FPGA: use HBM channels 12 and 13 for save_to_hbm 2023-09-11 10:50:30 +02:00
6cd8d768ea FPGA: save_to_hbm uses dedicated data structure for completion 2023-09-11 10:50:15 +02:00
ae7ccfdcec FPGA: Fix to save_to_hbm test 2023-09-10 21:37:20 +02:00
36444f4c8f FPGA: Use different memory controllers for save to HBM 2023-09-10 20:19:15 +02:00
48861aafcb FPGAAcquisitionDevice: Report HBM size 2023-09-10 16:38:25 +02:00
6e299c5a15 FPGA: Save to HBM uses fixed sizes of HBM to calculate offset in memory 2023-09-10 10:11:59 +02:00
175aefc4b8 FPGA: Save to HBM uses only 2 channels 2023-09-10 09:54:32 +02:00
929f6c6544 FPGA: Handle HBM offsets internally in Jungfraujoch logic 2023-09-09 20:50:41 +02:00
d4bcfb9f9e hls_burst_maxi.h: Allow for multiple operations on the same channel 2023-09-09 18:41:05 +02:00
aca1bbda0e HLSSimulatedDevice: moving towards continuous HBM representation 2023-09-09 13:10:06 +02:00
6251c58f32 FPGA: Add function to transfer data from HBM to AXI-Lite accessible buffer 2023-09-08 19:08:37 +02:00
e8c0500ea8 FPGA: Use HBM switch to access full HBM 2023-09-08 17:09:33 +02:00
c2eaee6d8a FPGA: Save to HBM operates in parallel to host writer 2023-09-08 13:07:49 +02:00
5d566aeb4b FPGAIntegrationTest: Added blocking mode to one more test 2023-09-07 22:15:21 +02:00
38df621cf6 FPGA: Add save to HBM (work in progress) 2023-09-07 22:15:20 +02:00
347bfd3f2c HLSSimulateDevice: Remove reference to UltraRAM 2023-09-07 21:39:14 +02:00
ae830009c4 FPGA: Don't override default MAC location in bd_pcie.tcl 2023-09-07 21:03:08 +02:00
1d1894d7d6 FPGA: Use only single HBM stack 2023-09-07 21:03:08 +02:00
35aa21fefe FPGA: Increase FIFO size to improve buffering capability 2023-09-07 12:23:38 +02:00
dd002e3d6d FPGA: Build only 100G solution (no bifurcated design) 2023-09-07 12:10:38 +02:00
4032ce09b8 FPGA: increase burst length and latency for internal packet generator AXI interface 2023-09-07 05:54:24 +02:00
a6377239cf FPGA: fix script for 2x100G design 2023-09-06 19:07:20 +02:00
11696608ca FPGA: reduce AXI number of outstainding operations in internal packet generator 2023-09-06 18:23:36 +02:00
0434207882 FPGA: use full AXI for internal packet generator 2023-09-06 18:16:44 +02:00
1333ce9b29 FPGA: trigger synthesis 2023-09-06 12:36:14 +02:00
da045c023b Tests are adjusted to use blocking FPGA mode 2023-09-06 12:35:44 +02:00
3aeb3e09ee FPGA: Do not load internal packet generator frame via DMA 2023-09-06 11:57:16 +02:00
7904a03e4b PCIe driver: add functions to load/save internal packet generator memory 2023-09-06 09:30:27 +02:00