diff options
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r-- | src/synth/netlists.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads index f4462fbb6..8683d6943 100644 --- a/src/synth/netlists.ads +++ b/src/synth/netlists.ads @@ -102,6 +102,8 @@ package Netlists is type Instance is private; No_Instance : constant Instance; + type Instance_Array is array (Int32 range <>) of Instance; + -- Hash INST (simply return its index). function Hash (Inst : Instance) return Hash_Value_Type; |