1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-17 08:41:38 +00:00

Fix abstract class implementation for fpga_interchange

Signed-off-by: Balint Cristian <cristian.balint@gmail.com>
This commit is contained in:
Balint Cristian
2023-11-18 00:27:54 +02:00
committed by myrtle
parent 6683fd4ada
commit 7814f44883

View File

@@ -500,6 +500,8 @@ struct Arch : ArchAPI<ArchRanges>
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());