1 / 3

LEDA User Manual

LEDA User Manual. Sainteye. The Electronic Design Automation Laboratory Graduate Institute of Electronics Engineering National Taiwan University Taipei 106, Taiwan. Servers. Installed (2008/11/14): EDA8, EDA16, EDA17 For users: Edit the file “.bashrc” (at your personal home directory)

dannon
Télécharger la présentation

LEDA User Manual

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LEDA User Manual Sainteye The Electronic Design Automation Laboratory Graduate Institute of Electronics Engineering National Taiwan University Taipei 106, Taiwan

  2. Servers • Installed (2008/11/14): EDA8, EDA16, EDA17 • For users: • Edit the file “.bashrc” (at your personal home directory) • Add extra lines: LEDAROOT=/usr/cad/LEDA-6.1-FC8_686x64-g++-4.1.2-std export LEDAROOT • Add extra strings after this: “export PATH = ……” ”export PATH = …… :/usr/cad/LEDA-6.1-FC8_686x64-g++-4.1.2-std/Manual/cmd” • Add “export LD_LIBRARY_PATH=/usr/cad/LEDA-6.1-FC8_686x64-g++-4.1.2-std” • Add this line: “export LIBRARY_PATH=$LD_LIBRARY_PATH” • Reconnect to the EDA8 (or others) server, and enter the directory of LEDA by “cd $LEDAROOT” • Now you can compile your program with LEDA. • Manual: http://www.uni-koeln.de/rrzk/software/bibliotheken/leda/LEDA_manual.pdf

  3. Install • For server managers: • There is ONE LEDA CD. • It can be installed in several different servers. • Install: • Copy the directory in LEDA CD which named “LEDA-6.1-FC8_686x64-g++-4.1.2-std “ to the server you want to install LEDA at “/usr/cad/LEDA-6.1-FC8_686x64-g++-4.1.2-std” • Edit your .bashrc like the last slide. • Try to compile the demo at the directory “ $LEDAROOT/demo.” Enter $LEDAROOT/demo/ and then type in “make”. • There may be some error messages because of the absence of “X11” elements. • To solve this problem, try this command: “sudo dpkg -l |grep X11” It may tell you what should be installed. (Install tip: “sudo apt-get install x11…..”)

More Related