diff options
Diffstat (limited to 'ice40/gfx.h')
-rw-r--r-- | ice40/gfx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ice40/gfx.h b/ice40/gfx.h index 8ee7b0b6..c4af090d 100644 --- a/ice40/gfx.h +++ b/ice40/gfx.h @@ -205,6 +205,13 @@ enum GfxTileWireId TILE_WIRE_LUTFF_GLOBAL_CLK, TILE_WIRE_LUTFF_GLOBAL_S_R, + TILE_WIRE_FUNC_GLOBAL_CEN, + TILE_WIRE_FUNC_GLOBAL_CLK, + TILE_WIRE_FUNC_GLOBAL_S_R, + + TILE_WIRE_FUNC_GLOBAL_G0, + TILE_WIRE_FABOUT, + TILE_WIRE_CARRY_IN, TILE_WIRE_CARRY_IN_MUX, |