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, 2 insertions, 0 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 55e9becd..b3558413 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1034,6 +1034,7 @@ struct Arch : BaseArch<ArchRanges>
// -------------------------------------------------
WireId getWireByName(IdStringList name) const override;
+
IdStringList getWireName(WireId wire) const override
{
NPNR_ASSERT(wire != WireId());
@@ -1043,6 +1044,7 @@ struct Arch : BaseArch<ArchRanges>
}
std::vector<std::pair<IdString, std::string>> getWireAttrs(WireId wire) const override;
+ IdString getWireType(WireId wire) const override;
DelayQuad getWireDelay(WireId wire) const override { return DelayQuad(0); }