diff options
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; |