• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Logic Design
  3. VHDL IEEE Library not recognized by RTL Compiler or Gen...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 62
  • Views 15084
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VHDL IEEE Library not recognized by RTL Compiler or Genus

YuntaoLiu
YuntaoLiu over 4 years ago

Hello,

I guess this is a dumb question but I didn't find any having the same issue as mine or any tutorial to guide me through this process...

I wanted to synthesize a design written in VHDL with either RC or Genus, but I got the same error (and the error repeats for each VHDL file...)

library IEEE;
        |
Error : Missing token. [VHDLPT-672] [read_hdl]
: library clause requires ';', read <identifier> IEEE in file 'addroundkey.vhd' on line 46, column 9.

I guess I need to explicitly point to the IEEE library, which I am not sure how to do. Any insight would be greatly appreciated!

Yuntao

  • Cancel
  • Dimo M
    Dimo M over 4 years ago

    Hi Yuntao,
    the message can be related to unsupported VHDL syntax from a newer VHDL version.

    You can try to set the following root attribute to enable 2008 syntax:
    set_db hdl_vhdl_read_version 2008 (Legacy: set_attribute hdl_vhdl_read_version 2008)

    Please refer to this article for some more information: Error VHDLPT-672 when reading VHDL

    I am moving the thread to the Logic Design section.

    Dimo

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information