diff options
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r-- | src/synth/netlists.ads | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads index 08297a9f2..c85336385 100644 --- a/src/synth/netlists.ads +++ b/src/synth/netlists.ads @@ -123,10 +123,7 @@ package Netlists is subtype Width is Uns32; No_Width : constant Width := 0; - type Port_Kind is (Port_In, Port_Out, Port_Inout); - - -- Inout are considered as output. - subtype Port_Outs is Port_Kind range Port_Out .. Port_Inout; + type Port_Kind is (Port_In, Port_Out); -- Each module has a numeric identifier that can be used to easily identify -- a module. Gates (and, or, ...) have reserved identifiers. |