diff options
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r-- | src/synth/netlists.ads | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads index 6cf021ec1..56393ac28 100644 --- a/src/synth/netlists.ads +++ b/src/synth/netlists.ads @@ -151,10 +151,6 @@ package Netlists is -- Direction. Dir : Port_Kind; - - -- For a bus: left and right bounds of the bus, ie [L:R]. - Left : Int32; - Right : Int32; end record; type Port_Desc_Array is array (Port_Idx range <>) of Port_Desc; |