aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/gfx.h')
-rw-r--r--ecp5/gfx.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ecp5/gfx.h b/ecp5/gfx.h
index 84891e1d..7cbb6eab 100644
--- a/ecp5/gfx.h
+++ b/ecp5/gfx.h
@@ -377,6 +377,17 @@ enum GfxTileWireId
TILE_WIRE_Q1,
TILE_WIRE_Q0,
TILE_WIRE_F0,
+
+
+ TILE_WIRE_WD3,
+ TILE_WIRE_WD2,
+ TILE_WIRE_WD1,
+ TILE_WIRE_WD0,
+
+ TILE_WIRE_WAD3,
+ TILE_WIRE_WAD2,
+ TILE_WIRE_WAD1,
+ TILE_WIRE_WAD0
};
NEXTPNR_NAMESPACE_END