diff options
Diffstat (limited to 'src/synth/netlists.adb')
-rw-r--r-- | src/synth/netlists.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists.adb b/src/synth/netlists.adb index 079134b78..4d1516510 100644 --- a/src/synth/netlists.adb +++ b/src/synth/netlists.adb @@ -440,7 +440,7 @@ package body Netlists is begin -- Swap inputs and outputs; no parameters. Res := New_Instance_Internal - (M, M, Get_Name (M), Nbr_Outputs, Nbr_Inputs, 0); + (M, M, Get_Module_Name (M), Nbr_Outputs, Nbr_Inputs, 0); Set_Outputs_Width_From_Desc (Res, Nbr_Inputs, Get_Input_First_Desc (M)); |