From f7a6d4dc06c333ebb8165daa1e2b4d23c188285d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 6 Oct 2019 17:59:44 +0200 Subject: Start adding visible wires --- ecp5/arch.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ecp5/arch.h') diff --git a/ecp5/arch.h b/ecp5/arch.h index f6ba1a7b..815dae0c 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -85,6 +85,7 @@ NPNR_PACKED_STRUCT(struct PipLocatorPOD { NPNR_PACKED_STRUCT(struct WireInfoPOD { RelPtr name; int32_t type; + int32_t tile_wire; int32_t num_uphill, num_downhill; RelPtr pips_uphill, pips_downhill; @@ -648,11 +649,7 @@ struct Arch : BaseCtx return id; } - std::vector> getWireAttrs(WireId) const - { - std::vector> ret; - return ret; - } + std::vector> getWireAttrs(WireId) const; uint32_t getWireChecksum(WireId wire) const { return wire.index; } -- cgit v1.2.3