30 likes | 188 Views
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)
E N D
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) • 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
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…..”)