diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h index caabe6a3..e125d86c 100644 --- a/fpga_interchange/arch.h +++ b/fpga_interchange/arch.h @@ -500,6 +500,8 @@ struct Arch : ArchAPI WireId getConflictingWireWire(WireId wire) const final { return wire; } + IdString getWireConstantValue(WireId wire) const final { return {}; } + NetInfo *getConflictingWireNet(WireId wire) const final { NPNR_ASSERT(wire != WireId());