• 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. Mixed-Signal Design
  3. issue in vhdl-ams compilation

Stats

  • Locked Locked
  • Replies 8
  • Subscribers 65
  • Views 18415
  • 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

issue in vhdl-ams compilation

sebgimi
sebgimi over 11 years ago

Hi,

I'm trying to write a code for a comparator in vhdl-ams. I use incisiv (13.10.013) and when I compile the code (just the entity) an error is occuring:

This is my code:

library ieee;
use ieee.electrical_systems.all;
use ieee.std_logic_1164.all;
use ieee.math_real.all;

entity comparator is

 generic (level : real := 2.5; -- threshold
   vcc   : real := 5.0;   
   gnd   : real := 0.0);  

 port(--terminal e: electrical;  -- analogic in
            signal   s: out std_logic); -- digital out

end comparator;

When I write exactly what is below, the following error is occuring:

ncvhdl -work st_lib -message ../sources/comparateur_ent.vhdl
ncvhdl: 12.20-p001: (c) Copyright 1995-2012 Cadence Design Systems, Inc.
../sources/comparateur_ent.vhdl:
use ieee.electrical_systems.all;
        |
ncvhdl_p: *E,SELLIB (../sources/comparateur_ent.vhdl,2|8): unit (ELECTRICAL_SYSTEMS) not found in library (IEEE).
        errors: 1, warnings: 0

It look like that the library electrical_systems is not recognized by the compiler.

 Someone can help please?

  • Cancel
Parents
  • srana01
    srana01 over 8 years ago
    Sorry, the two locations are as follows:

    usr/local/cadence/2016-17/INCISIVE_15.20.010/tools/inca/files/IEEE_vhdlams/cds.lib

    and

    usr/local/cadence/current/INCISIV141/tools.lnx86/inca/files/IEEE_vhdlams/cds.lib
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • srana01
    srana01 over 8 years ago
    Sorry, the two locations are as follows:

    usr/local/cadence/2016-17/INCISIVE_15.20.010/tools/inca/files/IEEE_vhdlams/cds.lib

    and

    usr/local/cadence/current/INCISIV141/tools.lnx86/inca/files/IEEE_vhdlams/cds.lib
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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