From 722d1f254284638515accc8c1d4562807f6452cc Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Thu, 28 Jan 2021 03:24:52 -0500 Subject: machxo2: Finish implementing Wire API functions. nextpnr segfaults on example with constraints. --- machxo2/arch.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'machxo2/arch.cc') diff --git a/machxo2/arch.cc b/machxo2/arch.cc index eb050598..3410ec16 100644 --- a/machxo2/arch.cc +++ b/machxo2/arch.cc @@ -300,14 +300,6 @@ WireId Arch::getWireByName(IdString name) const return ret; } -NetInfo *Arch::getBoundWireNet(WireId wire) const { return nullptr; } - -NetInfo *Arch::getConflictingWireNet(WireId wire) const { return nullptr; } - -const std::vector &Arch::getWireBelPins(WireId wire) const { return bel_pin_dummy; } - -const std::vector &Arch::getWires() const { return wire_id_dummy; } - // --------------------------------------------------------------- PipId Arch::getPipByName(IdString name) const -- cgit v1.2.3