aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists.adb')
-rw-r--r--src/synth/netlists.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/netlists.adb b/src/synth/netlists.adb
index 3de0a69fb..c62604929 100644
--- a/src/synth/netlists.adb
+++ b/src/synth/netlists.adb
@@ -159,7 +159,7 @@ package body Netlists is
Ports_Desc := Port_Desc_Table.Last + 1;
for I in 1 .. Nbr_Inputs + Nbr_Outputs loop
Port_Desc_Table.Append
- ((Name => No_Sname, Is_Inout => False, W => 0));
+ ((Name => No_Sname, Dir => Port_In, W => 0));
end loop;
Modules_Table.Append
@@ -1575,7 +1575,7 @@ begin
pragma Assert (Inputs_Table.Last = No_Input);
Port_Desc_Table.Append ((Name => No_Sname,
- Is_Inout => False,
+ Dir => Port_In,
W => 0));
pragma Assert (Port_Desc_Table.Last = No_Port_Desc_Idx);