aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index d4d4799e..c1a5fcde 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1363,7 +1363,7 @@ struct Arch : BaseCtx
// for better DSP bounding boxes
void pre_routing();
- std::unordered_set<WireId> dsp_wires;
+ std::unordered_set<WireId> dsp_wires, lram_wires;
// -------------------------------------------------