Skip to content

Commit

Permalink
fix: remove pl-ddr test code
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav1 committed Apr 17, 2024
1 parent b58f702 commit cbf9da2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/demo_cpp/src/axi_dma_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@ int main(int argc, char* argv[]) {

std::unique_ptr<DmaBufferAbstract> udmabuf;
if (mode == DmaMode::UIO) {
UioDeviceLocation plddr_test{"plddr-axi-test", {}};

// udmabuf = std::make_unique<UDmaBuf>();
udmabuf = std::make_unique<FpgaMemBufferOverAxi>(plddr_test);
udmabuf = std::make_unique<UDmaBuf>();
} else {
udmabuf =
std::make_unique<FpgaMemBufferOverXdma>(dev_path, target_hw_consts::fpga_mem_phys_addr);
Expand Down

0 comments on commit cbf9da2

Please sign in to comment.