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 b33da9778..7f3012063 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -148,6 +148,7 @@ package Netlists.Gates is -- Input signal must always be true. Id_Assert : constant Module_Id := 72; Id_Assume : constant Module_Id := 73; + Id_Cover : constant Module_Id := 74; -- Constants are gates with only one constant output. There are multiple -- kind of constant gates: for small width, the value is stored as a |