aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gowin/archdefs.h')
-rw-r--r--gowin/archdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gowin/archdefs.h b/gowin/archdefs.h
index 67ac6521..963660c6 100644
--- a/gowin/archdefs.h
+++ b/gowin/archdefs.h
@@ -57,6 +57,8 @@ struct ArchCellInfo
{
// Is the flip-flop of this slice used
bool ff_used;
+ // The type of this flip-flop
+ IdString ff_type;
// Is a slice type primitive
bool is_slice;
// Only packing rule for slice type primitives is a single clock per tile