diff options
Diffstat (limited to 'src/vhdl/disp_vhdl.adb')
-rw-r--r-- | src/vhdl/disp_vhdl.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/disp_vhdl.adb b/src/vhdl/disp_vhdl.adb index 90810c4ac..80013702e 100644 --- a/src/vhdl/disp_vhdl.adb +++ b/src/vhdl/disp_vhdl.adb @@ -2491,6 +2491,10 @@ package body Disp_Vhdl is begin Disp_Label (Stmt); if Get_Kind (Component) in Iir_Kinds_Denoting_Name then + if Get_Has_Component (Stmt) then + Put ("component"); + Put (" "); + end if; Disp_Name (Component); else Disp_Entity_Aspect (Component); |