diff options
Diffstat (limited to 'mistral/archdefs.h')
-rw-r--r-- | mistral/archdefs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mistral/archdefs.h b/mistral/archdefs.h index 8b4256ab..f4040398 100644 --- a/mistral/archdefs.h +++ b/mistral/archdefs.h @@ -195,6 +195,11 @@ struct ArchCellInfo : BaseClusterInfo bool is_carry, is_shared, is_extended; bool carry_start, carry_end; + + // MLABs with compatible write ports have this set to the same non-negative integer. -1 means this isn't a + // MLAB + int mlab_group; + ControlSig wclk, we; } combInfo; struct { |