aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-gates.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r--src/synth/netlists-gates.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads
index c4d96df47..90615dc7a 100644
--- a/src/synth/netlists-gates.ads
+++ b/src/synth/netlists-gates.ads
@@ -65,7 +65,11 @@ package Netlists.Gates is
Id_Split2 : constant Module_Id := 25;
Id_Split3 : constant Module_Id := 26;
+ -- Inputs: s, i0, i1
+ -- Output: o
Id_Mux2 : constant Module_Id := 27;
+ -- Inputs: s, i0, i1, s2, s3
+ -- Output: o
Id_Mux4 : constant Module_Id := 28;
-- Like a wire: the output is equal to the input, but could be elimited