EE658 Home Syllabus/Assignments Handouts Home Teaching

VLSI Data Conversion Circuits, Aug-Dec 2006: Syllabus/Assignments

Assignments
Assignment submission
Simulation resources
Syllabus and schedule


Assignments

  1. Quantization, DAC characteristics: HW1; dac1.dat,dac2.dat
  2. A/D converter test: HW2; a2dcodes.dat
  3. ΔΣ modulators: HW3
  4. DAC design: HW4; Dout.dat,Idac.dat
  5. Flash A/D converter components: HW5
  6. Pipelined A/D converters: HW6

Assignment submission

Submit all solutions by email as a single pdf file.


Simulation resources

Tools
Setup
  1. Log on to the department ftp/ssh server 10.7.0.1 (athreya). Copy the directory /pub/mentor to some convenient location (/tools directory, if you have so) in your machine.
  2. Add the following line to your /etc/hosts file
    10.65.0.45 moon.cc.iitm.ernet.in moon
  3. Add the following lines to your startup script in your home directory

    For csh or tcsh: ~/.cshrc
    # ANACAD BEGIN #########################
    # ANACAD SOFTWARE Initialization
    setenv anacad /tools/mentor # (change as necessary. It is /pub/mentor in DCF)
    source $anacad/com/init_anacad
    # ANACAD END #########################
    setenv LM_LICENSE_FILE 1717@10.65.0.45
    set path = ($anacad/bin $path)

    For zsh/bash: ~/.profile or ~/.bashrc
    # ANACAD BEGIN #########################
    # ANACAD SOFTWARE Initialization
    export anacad=/tools/mentor # (change as necessary. It is /pub/mentor in DCF)
    source $anacad/com/init_anacad.ksh
    # ANACAD END #########################
    export LM_LICENSE_FILE=1717@10.65.0.45
    export PATH=$anacad/bin:$PATH

    For those who want to use the tool in DCF/FPGA Lab/IE Lab, follow the same procedure except steps 1&2.

Troubleshooting
  1. If Eldo does not fire up : First make sure that the environment variables are properly set.
  2. If Eldo complains about licenses : check if your machine is able to reach the license server (moon.cc.iitm.ernet.in or 10.65.0.45). If moon is not reachable, contact your network administrator.
  3. If moon is reachable, but you are unable to run Eldo, run "lmstat -c 1717@moon" from your command line. If the result is that the license server is running, it means that your environment variables are not properly set. If the license server is dead, please contact Mr.S.K.Ramesh at the Computer Center (Phone 4980).
  4. If Eldo crashes complaining about the kernel version, add the following line to .cshrc(and source it)
    setenv LD_ASSUME_KERNEL 2.4.1

Syllabus(Schedule)