diff options
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r-- | src/synth/netlists.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads index 5e1146fb1..b1f562a3a 100644 --- a/src/synth/netlists.ads +++ b/src/synth/netlists.ads @@ -112,6 +112,9 @@ package Netlists is type Net is private; No_Net : constant Net; + -- So pervasive that it is worth defining this array here. + type Net_Array is array (Int32 range <>) of Net; + type Input is private; No_Input : constant Input; |