diff options
-rw-r--r-- | host/lib/rfnoc/graph_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/graph_impl.cpp b/host/lib/rfnoc/graph_impl.cpp index 326e9205d..4c04a0c1e 100644 --- a/host/lib/rfnoc/graph_impl.cpp +++ b/host/lib/rfnoc/graph_impl.cpp @@ -122,7 +122,7 @@ void graph_impl::connect(const block_id_t& src_block, } const bool same_xbar = sid.get_src_addr() == sid.get_dst_addr(); src->configure_flow_control_out(true, /* enable output */ - same_xbar, // Lossless link if on same crossbar + false, // Keep packets from jamming the crossbar buf_size_bytes, 0, /* no packet limit. We need to revisit this at some point. */ src_block_port); |