diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/synth/netlists-disp_vhdl.adb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb index 82f8abfc7..2898d8b43 100644 --- a/src/synth/netlists-disp_vhdl.adb +++ b/src/synth/netlists-disp_vhdl.adb @@ -139,7 +139,7 @@ package body Netlists.Disp_Vhdl is                    null;                 when others =>                    Port_Name := Get_Output_Desc (M, Idx).Name; -                  Put ("_"); +                  Put ("_c_");                    Put_Interface_Name (Port_Name);              end case;           end if; | 
