Fix abstract class implementation for fpga_interchange
Signed-off-by: Balint Cristian <cristian.balint@gmail.com>
This commit is contained in:
parent
6683fd4ada
commit
7814f44883
@ -500,6 +500,8 @@ struct Arch : ArchAPI<ArchRanges>
|
|||||||
|
|
||||||
WireId getConflictingWireWire(WireId wire) const final { return wire; }
|
WireId getConflictingWireWire(WireId wire) const final { return wire; }
|
||||||
|
|
||||||
|
IdString getWireConstantValue(WireId wire) const final { return {}; }
|
||||||
|
|
||||||
NetInfo *getConflictingWireNet(WireId wire) const final
|
NetInfo *getConflictingWireNet(WireId wire) const final
|
||||||
{
|
{
|
||||||
NPNR_ASSERT(wire != WireId());
|
NPNR_ASSERT(wire != WireId());
|
||||||
|
Loading…
Reference in New Issue
Block a user