mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-17 16:44:36 +00:00
Fix abstract class implementation for fpga_interchange
Signed-off-by: Balint Cristian <cristian.balint@gmail.com>
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user