aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-23 10:32:42 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-23 10:32:42 +0200
commitd0ed23d673013b4fc44f5e938bc74103d1268c13 (patch)
tree3f7e638f8157267a485592e1a82a383785f5ce05 /ecp5/arch.h
parent3788bd26e609f8488ba0f135731a46fb32afa843 (diff)
downloadnextpnr-d0ed23d673013b4fc44f5e938bc74103d1268c13.tar.gz
nextpnr-d0ed23d673013b4fc44f5e938bc74103d1268c13.tar.bz2
nextpnr-d0ed23d673013b4fc44f5e938bc74103d1268c13.zip
ecp5: Remove obsolete db entries, add Bel z-position
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index cce9f09d..9d99da8c 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -56,6 +56,7 @@ NPNR_PACKED_STRUCT(struct BelWirePOD {
NPNR_PACKED_STRUCT(struct BelInfoPOD {
RelPtr<char> name;
BelType type;
+ int32_t z;
int32_t num_bel_wires;
RelPtr<BelWirePOD> bel_wires;
});
@@ -85,10 +86,6 @@ NPNR_PACKED_STRUCT(struct WireInfoPOD {
int32_t num_uphill, num_downhill;
RelPtr<PipLocatorPOD> pips_uphill, pips_downhill;
- int32_t num_bels_downhill;
- BelPortPOD bel_uphill;
- RelPtr<BelPortPOD> bels_downhill;
-
int32_t num_bel_pins;
RelPtr<BelPortPOD> bel_pins;
});