diff options
author | David Shah <davey1576@gmail.com> | 2018-07-07 17:37:33 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-07-11 10:41:36 +0200 |
commit | ee45f5790978f7f776bb559707826802335918b8 (patch) | |
tree | 5a240f9519ffba0fb83fb0dfc68efbe5870e36bb /ecp5/arch.h | |
parent | 12b0f7f162b80a43fba81a0948b4ea7ef7b6b0c6 (diff) | |
download | nextpnr-ee45f5790978f7f776bb559707826802335918b8.tar.gz nextpnr-ee45f5790978f7f776bb559707826802335918b8.tar.bz2 nextpnr-ee45f5790978f7f776bb559707826802335918b8.zip |
ecp5: Starting to add BBA to importer
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r-- | ecp5/arch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h index 53385acf..b9cedd2c 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -69,7 +69,6 @@ NPNR_PACKED_STRUCT(struct PipInfoPOD { LocationPOD rel_src_loc, rel_dst_loc; int32_t src_idx, dst_idx; int32_t delay; - LocationPOD rel_tile_loc; int16_t tile_type; int8_t pip_type; int8_t padding_0; |