diff options
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r-- | src/synth/netlists-gates.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads index e0cf9a6e1..ae6c2f58d 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -204,7 +204,11 @@ package Netlists.Gates is -- Input signal must always be true. Id_Assert : constant Module_Id := 81; Id_Assume : constant Module_Id := 82; + + -- Input is true when a sequence is covered. Id_Cover : constant Module_Id := 83; + -- Use to cover the precedent of an assertion. + Id_Assert_Cover : constant Module_Id := 84; -- Constants are gates with only one constant output. There are multiple -- kind of constant gates: for small width, the value is stored as a |