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