aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr_base_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr_base_types.h')
-rw-r--r--common/nextpnr_base_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/nextpnr_base_types.h b/common/nextpnr_base_types.h
index 2f114bf8..944bf0b8 100644
--- a/common/nextpnr_base_types.h
+++ b/common/nextpnr_base_types.h
@@ -46,6 +46,8 @@ struct GraphicElement
TYPE_BOX,
TYPE_CIRCLE,
TYPE_LABEL,
+ TYPE_LOCAL_ARROW, // Located entirely within the cell boundaries, coordinates in the range [0., 1.]
+ TYPE_LOCAL_LINE,
TYPE_MAX
} type = TYPE_NONE;