diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-04-16 18:13:37 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-04-16 18:13:37 +0200 |
commit | 7b827ca4172f9b40f4a473a223bc8f3486626994 (patch) | |
tree | 59c0e11374fe6eacb0d877031ccb6459962fba62 /src/synth | |
parent | 9e3dde9048f97ddbb4aaf402214b8f56bf18a36d (diff) | |
download | ghdl-7b827ca4172f9b40f4a473a223bc8f3486626994.tar.gz ghdl-7b827ca4172f9b40f4a473a223bc8f3486626994.tar.bz2 ghdl-7b827ca4172f9b40f4a473a223bc8f3486626994.zip |
netlists-gates: add comments
Diffstat (limited to 'src/synth')
-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 b496111ae..e5ad1a052 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -119,6 +119,10 @@ package Netlists.Gates is -- by a gate (and thus the value of the output could be read), but that -- driving value may not be available early enough. -- Id_Ioutput is an output with an initial value. + -- + -- Inputs: 0: driver + -- 1: initial value (if any) + -- Output: 0: value Id_Signal : constant Module_Id := 52; Id_Isignal : constant Module_Id := 53; Id_Output : constant Module_Id := 54; |