From 1583debfe7a144b48c1c3eabff88d92efad52252 Mon Sep 17 00:00:00 2001 From: occheung Date: Thu, 24 Oct 2024 12:35:10 +0800 Subject: [PATCH] feature gate txenable with has_drtio_eem --- artiq/firmware/satman/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/firmware/satman/main.rs b/artiq/firmware/satman/main.rs index ca0253e04..b5dfff323 100644 --- a/artiq/firmware/satman/main.rs +++ b/artiq/firmware/satman/main.rs @@ -641,7 +641,7 @@ fn process_aux_packet(dmamgr: &mut DmaManager, analyzer: &mut Analyzer, kernelmg drtioaux::Packet::CoreMgmtDropLinkAck { destination: _destination } => { forward!(router, _routing_table, _destination, *rank, *self_destination, _repeaters, &packet); - #[cfg(not(soc_platform = "efc"))] + #[cfg(not(has_drtio_eem))] unsafe { csr::gt_drtio::txenable_write(0); }