aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-builders.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-08-19 07:20:25 +0200
committerTristan Gingold <tgingold@free.fr>2022-08-19 07:46:47 +0200
commitc28f780bc65b54989cccf83b0637113be3964b51 (patch)
tree2952b30cef115df0aaf6efa4c4122324043e8c12 /src/synth/netlists-builders.ads
parent8445d2e9d7af348c86d6e28eff74407530719138 (diff)
downloadghdl-c28f780bc65b54989cccf83b0637113be3964b51.tar.gz
ghdl-c28f780bc65b54989cccf83b0637113be3964b51.tar.bz2
ghdl-c28f780bc65b54989cccf83b0637113be3964b51.zip
elab-vhdl_expr: factorize code
Diffstat (limited to 'src/synth/netlists-builders.ads')
-rw-r--r--src/synth/netlists-builders.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists-builders.ads b/src/synth/netlists-builders.ads
index 135b4544f..53174933c 100644
--- a/src/synth/netlists-builders.ads
+++ b/src/synth/netlists-builders.ads
@@ -23,6 +23,8 @@ package Netlists.Builders is
type Context is private;
type Context_Acc is access Context;
+ No_Context : constant Context_Acc := null;
+
type Uns32_Arr is array (Natural range <>) of Uns32;
type Uns32_Arr_Acc is access Uns32_Arr;
procedure Unchecked_Deallocate is new Ada.Unchecked_Deallocation