diff options
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r-- | src/synth/netlists-gates.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads index 44b5486bf..61d5ab8d4 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -154,4 +154,6 @@ package Netlists.Gates is Id_Const_SB128 : constant Module_Id := 69; Id_Const_UL32 : constant Module_Id := 70; Id_Const_SL32 : constant Module_Id := 71; + Id_Const_Z : constant Module_Id := 72; + Id_Const_0 : constant Module_Id := 73; end Netlists.Gates; |