diff options
Diffstat (limited to 'src/synth/netlists-rename.adb')
-rw-r--r-- | src/synth/netlists-rename.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-rename.adb b/src/synth/netlists-rename.adb index 6523d7e2a..7b0c8e5f9 100644 --- a/src/synth/netlists-rename.adb +++ b/src/synth/netlists-rename.adb @@ -93,7 +93,7 @@ package body Netlists.Rename is Set_Output_Desc (M, I - 1, Port); end loop; - -- Rename instances + -- Rename some instances. Inst := Get_First_Instance (M); while Inst /= No_Instance loop case Get_Id (Inst) is |