From 53fcf00d88d1a3b34c7833aa4c421ea52f3e03dd Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 5 May 2019 07:18:49 +0200 Subject: vhdl: move sem* packages to vhdl children. --- src/synth/synth-stmts.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/synth') diff --git a/src/synth/synth-stmts.adb b/src/synth/synth-stmts.adb index 238faa026..3889cde3c 100644 --- a/src/synth/synth-stmts.adb +++ b/src/synth/synth-stmts.adb @@ -25,7 +25,7 @@ with Grt.Algos; with Areapools; with Errorout; use Errorout; -with Sem_Expr; +with Vhdl.Sem_Expr; with Iirs_Utils; use Iirs_Utils; with Ieee.Std_Logic_1164; with Evaluation; @@ -442,7 +442,7 @@ package body Synth.Stmts is procedure Synth_Case_Statement (Syn_Inst : Synth_Instance_Acc; Stmt : Iir) is - use Sem_Expr; + use Vhdl.Sem_Expr; Expr : constant Iir := Get_Expression (Stmt); Expr_Type : constant Iir := Get_Type (Expr); -- cgit v1.2.3