aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-07 15:29:02 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-11 10:41:36 +0200
commitfdd13edff0b9c8263f251a3d2c2bbfeb31ad8bee (patch)
tree0995e9fe4f3c5d3b2fe8c2a9bbce6fa858d6da37 /ecp5/arch.h
parent83303bae5aec42ef411478dc2841b28aeecfd5e0 (diff)
downloadnextpnr-fdd13edff0b9c8263f251a3d2c2bbfeb31ad8bee.tar.gz
nextpnr-fdd13edff0b9c8263f251a3d2c2bbfeb31ad8bee.tar.bz2
nextpnr-fdd13edff0b9c8263f251a3d2c2bbfeb31ad8bee.zip
ecp5: Starting to develop a Trellis importer
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index 91e9fdcd..53385acf 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -57,8 +57,6 @@ NPNR_PACKED_STRUCT(struct BelInfoPOD {
BelType type;
int32_t num_bel_wires;
RelPtr<BelWirePOD> bel_wires;
- int8_t x, y, z;
- int8_t padding_0;
});
NPNR_PACKED_STRUCT(struct BelPortPOD {