aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-utils.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-27 21:04:18 +0100
committerTristan Gingold <tgingold@free.fr>2019-10-27 21:04:18 +0100
commit51f90bb57b068d7ed44ad0439bb710f8857abdb5 (patch)
tree501870e2bc153a20d650febfb8092ee13dafa2b7 /src/synth/netlists-utils.ads
parent57d57e71330851d700f68be97661efc0dc9c00bb (diff)
downloadghdl-51f90bb57b068d7ed44ad0439bb710f8857abdb5.tar.gz
ghdl-51f90bb57b068d7ed44ad0439bb710f8857abdb5.tar.bz2
ghdl-51f90bb57b068d7ed44ad0439bb710f8857abdb5.zip
synth: create build2_concat from netlists-concat.
Diffstat (limited to 'src/synth/netlists-utils.ads')
-rw-r--r--src/synth/netlists-utils.ads1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/netlists-utils.ads b/src/synth/netlists-utils.ads
index 10406500d..1026bedc2 100644
--- a/src/synth/netlists-utils.ads
+++ b/src/synth/netlists-utils.ads
@@ -20,7 +20,6 @@
with Ada.Unchecked_Deallocation;
package Netlists.Utils is
- type Net_Array is array (Int32 range <>) of Net;
type Net_Array_Acc is access Net_Array;
procedure Free_Net_Array is new Ada.Unchecked_Deallocation
(Net_Array, Net_Array_Acc);