From 5bc69198283d48faa67eaaa0430144023f2ad176 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 8 Jan 2020 20:35:40 +0100 Subject: synth: simplify support of inertial associations. --- src/vhdl/vhdl-canon.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vhdl/vhdl-canon.adb') diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb index e06b795ab..3cd7bf736 100644 --- a/src/vhdl/vhdl-canon.adb +++ b/src/vhdl/vhdl-canon.adb @@ -2989,7 +2989,7 @@ package body Vhdl.Canon is Canon_Expression (Get_Expression (Decl)); end if; -- Create a signal assignment. - if Canon_Flag_Associations then + if Canon_Flag_Inertial_Associations then declare Parent : constant Node := Get_Parent (Decl); Asgn : Iir; -- cgit v1.2.3