aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-08-07 15:12:55 +0200
committerDavid Shah <davey1576@gmail.com>2018-09-29 16:09:21 +0100
commit24414614d2896b6cbb62457e90f5d997d9a1d32a (patch)
treea1f56bc5f1c3407d595d6c854ec24e70c43b7793 /ecp5/arch.h
parentdfdaaa6f57a0a9f87878491a24b659e94aaec5fd (diff)
downloadnextpnr-24414614d2896b6cbb62457e90f5d997d9a1d32a.tar.gz
nextpnr-24414614d2896b6cbb62457e90f5d997d9a1d32a.tar.bz2
nextpnr-24414614d2896b6cbb62457e90f5d997d9a1d32a.zip
ecp5: Import SPINE data to database
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index 1908f122..bbab3918 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -147,6 +147,8 @@ NPNR_PACKED_STRUCT(struct GlobalInfoPOD {
int16_t tap_col;
TapDirection tap_dir;
GlobalQuadrant quad;
+ int16_t spine_row;
+ int16_t spine_col;
});
NPNR_PACKED_STRUCT(struct ChipInfoPOD {