fpgasystems / Coyote

Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.
MIT License
207 stars 62 forks source link

Build system misconfiguration for refdesign with Coyote + RDMA + U250 #51

Closed Tobi-Alonso closed 6 months ago

Tobi-Alonso commented 6 months ago

Reprodution

source <VITIS_INSTALL>/settings64.sh
cd "test/refdesigns"
make MODE=coyote_rdma PLATFORM=xilinx_u250_gen3x16_xdma_4_1_202210_1

Error message

"Number of DDR channels misconfigured"

Details

N_DDR_CHAN is not correctly set for U250 + RDMA in 'test/refdesigns/Coyote/hw/config.cmake'

Tobi-Alonso commented 6 months ago

Sorry, this was for a different repo