diff options
Diffstat (limited to 'src/synth/netlists-concats.adb')
-rw-r--r-- | src/synth/netlists-concats.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/netlists-concats.adb b/src/synth/netlists-concats.adb index b01308514..c833531b5 100644 --- a/src/synth/netlists-concats.adb +++ b/src/synth/netlists-concats.adb @@ -62,7 +62,7 @@ package body Netlists.Concats is end loop; N := Build_Concatn (Ctxt, Wd, Uns32 (C.Len)); - Inst := Get_Parent (N); + Inst := Get_Net_Parent (N); for I in 1 .. C.Len loop Connect (Get_Input (Inst, Port_Idx (I - 1)), C.Sarr (I)); end loop; @@ -74,7 +74,7 @@ package body Netlists.Concats is end loop; N := Build_Concatn (Ctxt, Wd, Uns32 (C.Len)); - Inst := Get_Parent (N); + Inst := Get_Net_Parent (N); for I in Net_Tables.First .. C.Len loop Connect (Get_Input (Inst, Port_Idx (I - 1)), C.Darr.Table (I)); end loop; |