- For latex templates : http://www.latextemplates.com/
- Texmaker: A free LaTeX editor for Linux, MacOSx and windows systems : http://www.xm1math.net/texmaker/
- Latex user guide : http://tobi.oetiker.ch/lshort/lshort.pdf
- One nice video on making of a simple inverter in MAGIC VLSI layout design tool : http://www.youtube.com/watch?v=VM2eTi7Pg-A&list=SPBAE982F66F1541E5
- Beamer example code : https://github.com/vineeshvs/Blog-links/blob/master/example_beamer_latex
- Some links for Stick diagrams (related to VLSI layout design)
- http://www.scribd.com/doc/60064391/34/%E2%80%9CStick%E2%80%9D-Diagram-and-Simpli%EF%AC%81ed-Layout-of-NAND-Gate
- http://www.scribd.com/doc/47254510/Stick-diagrams
- http://www.scribd.com/doc/38824380/Stick-Diagrams-by-S-N-bhat-Lecturer-Dept-of-EC-Engg-M-I-T
- Installing google chrome in Ubuntu : http://www.cyberciti.biz/faq/fedora-ubuntu-debian-suse-linux-install-googlechromebrowser/
- Installing systemC in Ubuntu : http://www.electrobucket.com/systemc/getting-started-with-systemc
- When the following error came in installing X-circuit in Fedora18, the link http://opencircuitdesign.com/pipermail/xcircuit-dev/2007/000335.html was really useful
Error:
xtfuncs.c: In function ‘dotoolbar’:
xtfuncs.c:332:19: error: ‘OptionsDisableToolbarButton’ undeclared (first use in this function)
xtfuncs.c:332:19: note: each undeclared identifier is reported only once for each function it appears in
xtfuncs.c: In function ‘overdrawpixmap’:
xtfuncs.c:369:17: error: ‘ColorsToolButton’ undeclared (first use in this function)
xtfuncs.c:371:17: error: ‘FillsToolButton’ undeclared (first use in this function)
xtfuncs.c: In function ‘highlightexcl’:
xtfuncs.c:1113:35: error: ‘PanToolButton’ undeclared (first use in this function)
xtfuncs.c:1139:16: error: ‘RotPToolButton’ undeclared (first use in this function)
xtfuncs.c:1141:16: error: ‘RotNToolButton’ undeclared (first use in this function)
make[1]: *** [xtfuncs.o] Error 1
make[1]: Leaving directory `/home/vineeth/software_installations/xcircuit-3.8.58'
make: *** [all-recursive] Error 1 - Change permissions of a folder
sudo chmod 777 wifi/ -R\ - Error while installing Android studio in Fedora
ERROR : 'tools.jar' is not in IDEA classpath. Please ensure JAVA_HOME points to JDK rather than JRE.
SOLUTION : JAVA_HOME=/usr/java/jdk1.8.0_25/ sh studio.sh
How to install, start and connect to SSH Server on Fedora Linux
http://linuxconfig.org/how-to-install-start-and-connect-to-ssh-server-on-fedora-linux- How to add .sty files for Latex on Fedora Linux
https://lists.fedoraproject.org/pipermail/users/2010-May/371836.html
Updates (23/09/14): The steps given below are for 32-bit version of Ubuntu. To install Modelsim on 64 bit Ubuntu, please refer to this link. What is Modelsim? Modelsim is a hardware simulation and debug environment primarily targeted at smaller ASIC and FPGA design ( Ref ) How do I install it? Download Modelsim Linux edition from here For more information visit me Go to the download location of the .run file and type chmod +x ModelSimSetup-13.1.0.162.run Visit me for more details Use the command ./ ModelSimSetup-13.1.0.162.run install Modelsim How do I start Modelsim? Change your directory to 'Location_where_you_installed_Modelsim '/altera/13.1/modelsim_ase/linuxaloem Type ./vsim Verified on: Ubuntu 12.04 LTS
Comments
Post a Comment