diff options
Diffstat (limited to 'src/synth/netlists.adb')
-rw-r--r-- | src/synth/netlists.adb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/synth/netlists.adb b/src/synth/netlists.adb index f6180f715..edc66dbf8 100644 --- a/src/synth/netlists.adb +++ b/src/synth/netlists.adb @@ -831,9 +831,7 @@ begin Port_Desc_Table.Append ((Name => No_Sname, W => 0, - Dir => Port_In, - Left => 0, - Right => 0)); + Dir => Port_In)); pragma Assert (Port_Desc_Table.Last = No_Port_Desc_Idx); Param_Desc_Table.Append ((Name => No_Sname, |