aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/archdefs.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-08-03 21:11:12 +0200
committerClifford Wolf <clifford@clifford.at>2018-08-03 21:11:12 +0200
commit8d372b86f3aed86c7a8ef7869e92335bd965c2ae (patch)
treea87fd652e903368fba8f79ae5614bdc342bb51a1 /ice40/archdefs.h
parent2a1d54389f1bcba51482daa43841436e1b854912 (diff)
downloadnextpnr-8d372b86f3aed86c7a8ef7869e92335bd965c2ae.tar.gz
nextpnr-8d372b86f3aed86c7a8ef7869e92335bd965c2ae.tar.bz2
nextpnr-8d372b86f3aed86c7a8ef7869e92335bd965c2ae.zip
Proper ice40 wire types
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/archdefs.h')
-rw-r--r--ice40/archdefs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ice40/archdefs.h b/ice40/archdefs.h
index 84d73f5e..7125ba16 100644
--- a/ice40/archdefs.h
+++ b/ice40/archdefs.h
@@ -77,17 +77,6 @@ enum PortPin : int32_t
PIN_MAXIDX
};
-enum WireType : int8_t
-{
- WIRE_TYPE_NONE = 0,
- WIRE_TYPE_LOCAL = 1,
- WIRE_TYPE_GLOBAL = 2,
- WIRE_TYPE_SP4_VERT = 3,
- WIRE_TYPE_SP4_HORZ = 4,
- WIRE_TYPE_SP12_HORZ = 5,
- WIRE_TYPE_SP12_VERT = 6
-};
-
struct BelId
{
int32_t index = -1;