Table of Contents

EMT251 - Introduction to Integrated Circuit Design

This course is Introduction to Integrated Circuit Design, offered by the School of Microelectronics Engineering.

Academic Session 2009/2010

This semester (semester 2), I will be handling this course for students in the Computer Engineering and Communication Engineering programs.

Announcement

[20100423] Final Theoretical Session @ DKR4 on Saturday, 24/04/2010 from 10am to 12pm.

Syllabus

Week 00

Week 01

Week 02

Week 03

Week 04

Week 05

Week 06

Week 07

Week 08

Week 09

Week 10

Week 11

Week 12

Week 13

Week 14

Timetable

20091130 Okay… the timetable is out. Will publish it here once confirmed. 20091207 Final draft? 20091215 Final? 20100104 Really… Final One?

Lecture Hours

Group Location Day Time
(3,4) DKR2 WED 1000-1200
(3,4) DKR5 THU 1000-1100

Lab Hours

Group Location Day Time
(3) MMIC WED 1500-1700
(4) MMIC FRI 0800-1000
(4) MMIC FRI 1000-1200
(3) MMIC FRI 1500-1700

Consultation Hours

Group Location Day Time
($) SME-B10 MON 1500-1600
($) SME-B10 TUE 1000-1200
($) SME-B10 TUE 1500-1600
($) SME-B10 THU 1500-1600

Note The 2-hour slot on Tuesday morning is by appointment only.

Reference

  1. Weste, Neil and Harris, David. “CMOS VLSI Design: A Circuits and Systems Perspective”. 3rd Edition, 2005. Addison Wesley. ISBN: 0-321-26977-2.

EMT251 @ UniMAP

Ramblings of an old school academics… at least that's how I look at myself (though I'm not THAT old :-D).

20091020 - Old School

I have been assigned to EMT251 for the coming semester. This course (EMT251 - Introduction to IC Design) is actually a course offered by School of Microelectronics. Looking at my background, it's only natural for me to get assigned as one of the lecturers for this course. However, I have since deviate my focus towards board level designs instead of IC level. So, I'm going to need to brush up my IC design knowledge - which I guess would be slightly difficult with the technology advances. For example, I used to work with 2μ and 1.2μ processes which was still using the good old lambda rule and where we only discuss about long channel effects 8-o We'll see how it goes…

20091023 - EMT251 Mini Project

Okay… it seems that no details on EMT251 will be coming anytime soon. We will be having a meeting on the content of this course. In the meantime, I just had an idea about a mini-project for this course: develop a simple program (can be any language, but C comes to mind) that reads a circuit netlist and then create a basic layout and routing for that circuit. Let's say we start with a circuit with around 100 logic gates? I haven't done this before myself but I'm excited about it already. Hope we can work something out to make this happen (although I don't see it ever going to happen) ^_^

20091125 - Lab-oriented Engineering Education

I've been thinking… the original idea behind this lab-oriented (or lab-intensive) approach being implemented in UniMAP was having lab sessions that could strengthen the theoretical knowledge being taught during lectures. However, as I have come to realized, some courses (maybe all) tend to grade the students based on the practical lab-work (i.e. get marks for completion of assignment) rather than the understanding of the theory itself. So, if this is the case, we shouldn't be surprised if the grades during final exams do not reflect the coursework marks (mainly lab-work). This course has a similar trend… the assignment during lab hours are based on the usage of tools, rather than design knowledge/analysis. Obviously, the lab-work will not (most of the time) be what we planned for in the first place. So, I'm planning to suggest that we induce more theoretical-related component into the lab. Still waiting for that meeting…

Mentor Graphics Tools @MKR3

The thing to do: I need to setup another IC design lab - going to EPF building in Kangar has become too much of a hassle (i.e. parking madness!).

The issue: The Mentor Graphics software that we have is the old version 2005.x (icflow, ams, ixcal, etc.) - which requires either the old Red Hat 8 or RHEL 3. Due to its dependency on the old shared libraries (unlike the Xilinx Tools I've been using), it simply refuses to run on the newer Linux distro (e.g. I've tried it on Slackware 13.0, naturally). In addition to that, I've been having problems installing RHEL3 on the machine @MKR3 (HP Compaq DC7800). It lost both its USB mouse and keyboard when rebooting from installation. Note that these peripherals worked during installation.

The solution: After finishing installation, boot using the rescue facility on the install CD (i.e. type linux rescue at boot prompt). Edit /etc/modules.conf and change:

alias usb-controller usb-uhci
alias usb-controller1 ehci-hcd

to:

alias usb-controller ehci-hcd
alias usb-controller1 usb-uhci

More issue: Now I have another problem. RHEL3 simply CANNOT detect the ethernet controller.

The solution: Download the e1000e driver. I used the older version 0.2.9.5 - simply because I know it will work (based on a forum discussion that I came across… and the above link).

Miscellaneous Issues:

Mentor EDA Installation:

Installation of Mentor Graphics tools was straight forward. I installed everything in /opt/mentor rather than /EDA set by our vendor. So, I get to learn about setting up the environment variable a bit.

Things to note:

EMT251 @MKR3

Finally, MKR3 is now officially capable of running Mentor Graphics EDA tools. In addition to that, I also managed to configure NIS server/client setup for domain login. The students are no longer tied-up to a single computer. However, I've just found out that I should have considered LDAP instead for better security features. Since this is a local subnet, I guess it should be safe for at least this semester. I'll try to find out about LDAP next.

So, just for archiving purposes, here's how I setup the NIS domain login. This is done on RHEL3 UPD4 - other distributions/releases might do things slightly different.

Also, it's common for NIS setup to utilize NFS - no point of being able to login from any machine without having a 'portable' folder. It's relatively simple to setup NFS on RHEL3 UPD4 - other distributions/releases might do things slightly different.