From 10b0ac263ed7c59c438c1cb82faef51370cbd67e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 30 Dec 2019 20:07:35 +0100 Subject: ams-vhdl: add simultaneous null statement. --- src/vhdl/vhdl-elocations.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vhdl/vhdl-elocations.adb') diff --git a/src/vhdl/vhdl-elocations.adb b/src/vhdl/vhdl-elocations.adb index 938d5cc0f..f74fd6037 100644 --- a/src/vhdl/vhdl-elocations.adb +++ b/src/vhdl/vhdl-elocations.adb @@ -361,6 +361,7 @@ package body Vhdl.Elocations is | Iir_Kind_Case_Generate_Statement | Iir_Kind_Psl_Default_Clock | Iir_Kind_Simple_Simultaneous_Statement + | Iir_Kind_Simultaneous_Null_Statement | Iir_Kind_Simple_Signal_Assignment_Statement | Iir_Kind_Conditional_Signal_Assignment_Statement | Iir_Kind_Selected_Waveform_Assignment_Statement @@ -477,6 +478,7 @@ package body Vhdl.Elocations is | Iir_Kind_Context_Declaration | Iir_Kind_Package_Declaration | Iir_Kind_Package_Body + | Iir_Kind_Simultaneous_Case_Statement | Iir_Kind_Case_Statement => return Format_L2; when Iir_Kind_Package_Instantiation_Declaration -- cgit v1.2.3