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 f37b41f67..e0cf9a6e1 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -169,6 +169,7 @@ package Netlists.Gates is Id_Memory : constant Module_Id := 73; -- Same as Id_Memory but with an initial value. + -- Input: INIT Id_Memory_Init : constant Module_Id := 74; -- Asynchronous memory read port. |