diff options
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r-- | src/synth/netlists-gates.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads index 162ef0a6f..72b29266f 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -144,6 +144,7 @@ package Netlists.Gates is Id_Const_UL32 : constant Module_Id := 70; Id_Const_UB64 : constant Module_Id := 66; Id_Const_UL64 : constant Module_Id := 67; + Id_Const_X : constant Module_Id := 71; Id_Const_Z : constant Module_Id := 72; Id_Const_0 : constant Module_Id := 73; |