From f325fa6fc787f23239d8de2a41a6d9c37d23b991 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 6 May 2019 08:05:20 +0200 Subject: vhdl: move iirs_utils to vhdl.utils --- src/vhdl/simulate/simul-annotations.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vhdl/simulate/simul-annotations.adb') diff --git a/src/vhdl/simulate/simul-annotations.adb b/src/vhdl/simulate/simul-annotations.adb index 22ca12a07..6fe7852f6 100644 --- a/src/vhdl/simulate/simul-annotations.adb +++ b/src/vhdl/simulate/simul-annotations.adb @@ -20,7 +20,7 @@ with Tables; with Ada.Text_IO; with Vhdl.Std_Package; with Errorout; use Errorout; -with Iirs_Utils; use Iirs_Utils; +with Vhdl.Utils; use Vhdl.Utils; with Types; use Types; package body Simul.Annotations is -- cgit v1.2.3