aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/archdefs.h')
-rw-r--r--machxo2/archdefs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/machxo2/archdefs.h b/machxo2/archdefs.h
index caa15ece..844a87b6 100644
--- a/machxo2/archdefs.h
+++ b/machxo2/archdefs.h
@@ -129,13 +129,6 @@ struct NetInfo;
struct ArchCellInfo
{
- // Custom grouping set via "PACK_GROUP" attribute. All cells with the same group
- // value may share a tile (-1 = don't care, default if not set)
- int user_group;
- // Is a slice type primitive
- bool is_slice;
- // Only packing rule for slice type primitives is a single clock per tile
- const NetInfo *slice_clk;
};
NEXTPNR_NAMESPACE_END