(Reporter) How does one use OpenGL PLI on Linux? (SOC) (OpenGL PLI) (nc-OpenGL) (Linux)

Source: Internet
Author: User

Abstract
Previously, we discussed the issue in the Windows nc-greenpli line. If you want to perform PLI in Linux nc-greenpli, some places are not exactly the same ‧

Introduction
The differences between Windows and Linux nc-OpenGL are as follows: First, Windows uses Visual C ++ 6.0 kernel, and Linux uses GCC kernel. Second: windows and Linux have the same design path. Fortunately, if you use the standard C statement to modify PLI, you can skip windows porting to Linux ‧

Compiler: Visual C ++ compiler is compiled *. DLL, GCC compiled *. so, fortunately, Cadence provides PLI wizard with the same GUI in Windows and Linux, so that we only need to set the next step, you can call visual c ++ or GCC manually *. DLL or *. so ‧

Set the path for Windows as long *. dll can be automatically captured in the current path, or in c: \ Program Files \ Cadence design systems \ ius \ tools \ bin \, NC-OpenGL; however, this is not true for Linux. You must specify the number of changes in the environment. If you want *. so must be set as follows:

Setenv LD_LIBRARY_PATH.: $ LD_LIBRARY_PATH

The tool of cadence will depend on the variable LD_LIBRARY_PATH. this parameter indicates the current project, and $ LD_LIBRARY_PATH indicates the setting of the original LD_LIBRARY_PATH. In this way, NC-OpenGL is used by the attacker to capture his own *. so ‧

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.