• 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. Functional Verification
  3. fsm code coverage

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 64
  • Views 15163
  • 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

fsm code coverage

ShawnLogan
ShawnLogan over 17 years ago

 In order to test the fsm code coverage in RTL code,add the argument "-coverage F" in the comand ncelab. I use IUS611 in linux platform.But when elaberating the RTL,the tool occurs some
error as follows:
        
ncelab: *E,SISUNL: Unable to load SIS ibrary /cad/cadence/IUS611s003/lnx86/tools.lnx86
                /systemc/gcc/3.4.6/install/lib/li_s.so.1:  version `GCC_4.2.0' not found (required
                  by /usr/lib/libstdc++.so.5).
      
       I find the GCC_4.2.0,but can't find it. Howerver I run the script in IUS611 on solaris platform,
the result is right and the tool does not  generate the error.
       Is there some difference in fsm code coverage based solaris platform and linux platform?
How to deal with the question?
      


Originally posted in cdnusers.org by shawn-1
  • Cancel
Parents
  • archive
    archive over 17 years ago

    On Linux, you may be using a version of gcc that is incompatible with this version of IUS.
    Try "gcc -v" at the command line - this should report a version number very close to (or the same as) the 3.4.6 version installed with IUS.
    If possible, locate a different gcc installation, and add that to your PATH and LD_LIBRARY_PATH settings.

    The problem comes because the IUS libraries are compiled with gcc 3.4.6 but your system seems to be set up with gcc 4.2.0.
    Minor differences in versions are mostly OK, but swapping major versions (3.x to 4.x) is always bad.

    What version of Linux are you running?
    You can run "checkSysConf IUS6.1" to see if your Linux box meets the list of Cadence supported platforms.



    Originally posted in cdnusers.org by stephenh
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • archive
    archive over 17 years ago

    On Linux, you may be using a version of gcc that is incompatible with this version of IUS.
    Try "gcc -v" at the command line - this should report a version number very close to (or the same as) the 3.4.6 version installed with IUS.
    If possible, locate a different gcc installation, and add that to your PATH and LD_LIBRARY_PATH settings.

    The problem comes because the IUS libraries are compiled with gcc 3.4.6 but your system seems to be set up with gcc 4.2.0.
    Minor differences in versions are mostly OK, but swapping major versions (3.x to 4.x) is always bad.

    What version of Linux are you running?
    You can run "checkSysConf IUS6.1" to see if your Linux box meets the list of Cadence supported platforms.



    Originally posted in cdnusers.org by stephenh
    • 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