diff options
Diffstat (limited to 'src/vhdl/vhdl-post_sems.ads')
-rw-r--r-- | src/vhdl/vhdl-post_sems.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-post_sems.ads b/src/vhdl/vhdl-post_sems.ads index 09effa2c0..8f8c93740 100644 --- a/src/vhdl/vhdl-post_sems.ads +++ b/src/vhdl/vhdl-post_sems.ads @@ -15,7 +15,7 @@ -- along with GHDL; see the file COPYING. If not, write to the Free -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Vhdl.Post_Sems is -- Do post analyze checks, such as VITAL checks. |