From 3e4ee32b168cdd4775ee8f33e40e89fb3b153997 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 31 Oct 2019 18:27:26 +0100 Subject: vhdl-prints: handle more constructs in psl vunit. --- src/vhdl/vhdl-prints.adb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/vhdl') diff --git a/src/vhdl/vhdl-prints.adb b/src/vhdl/vhdl-prints.adb index ddcc888aa..f71978ba8 100644 --- a/src/vhdl/vhdl-prints.adb +++ b/src/vhdl/vhdl-prints.adb @@ -4383,6 +4383,11 @@ package body Vhdl.Prints is | Iir_Kind_Procedure_Body => Disp_Subprogram_Body (Ctxt, Expr); + when Iir_Kind_Attribute_Declaration => + Disp_Attribute_Declaration (Ctxt, Expr); + when Iir_Kind_Attribute_Specification => + Disp_Attribute_Specification (Ctxt, Expr); + when Iir_Kind_Signature => Disp_Signature (Ctxt, Expr); -- cgit v1.2.3