Digital System Design Course - Lab Info & Reviews

AI Thread Summary
The discussion centers around a digital system design course, also known as digital logic, which includes lab components that may initially seem intimidating. Participants express concerns about the mathematical aspects of the course, but many suggest that with a good textbook and instructor, the experience can be enjoyable. Labs typically involve practical tasks like building digital logic blocks, and while some math is involved, it mainly focuses on Boolean algebra and Karnaugh maps. Tips for success include careful planning and debugging techniques to enhance practical skills. Overall, the course is framed as a valuable opportunity to gain hands-on experience in circuit design.
EvLer
Messages
454
Reaction score
0
Hi everyone,
i am taking digital system design this coming semester, but they also call it digital logic. It has a lab, what kind of stuff would the lab be about?
I scanned the textbook and it looks awfully mathematical rather than engineering.
Anybody have taken this course?
I did well in circuits theory class, but this looks a bit scary even though I do like mathematics (omit the DIFF-EQs! )

just curious :rolleyes:
 
Engineering news on Phys.org
If you have a good textbook and a good instructor, it shouldn't be tough at all. In fact, it will probably be fun.

KM
 
Yeah, I am kind of excited after i looked more through the book (Wakerly) and they say the prof teaching it is quite good. But labs generally scare me, because I am slow and never sure my results are correct. We'll see, i guess... :bugeye:
 
Digital logic having to do with a lot of mathematics? I don't remember that when I took my Digital electronics class. There is a bit of binary algebra, but I don't recall much else o.o
 
EvLer said:
Yeah, I am kind of excited after i looked more through the book (Wakerly) and they say the prof teaching it is quite good. But labs generally scare me, because I am slow and never sure my results are correct. We'll see, i guess... :bugeye:
In my first digital logic class, we designed a simple computer and spent the labs building it block by block. Are your labs building digital logic blocks like adders, MUXes, LFBSRs, etc? There's a little bit of binary math involved, but really not much. What kind of math did you see in the textbook? The only digital class where you'll get into a lot of math is digital filters, and it doesn't sound like your upcoming class will cover those yet...

As for the labs, don't let them worry you. The reason that they are included in the class is to get you to be more comfortable and familiar with the practical aspects of building and debugging circuits. Just be attentive and careful as you build stuff, and double-check everything. Heck, that's how you'll do it in the real world, so get used to it. You can also develop some good habits that will help you with the labs, and will also carry over into your future work building circuits. Like, once you draw a circuit that you're going to build, make a photocopy of it, and then highlight each net (wire) on the photocopy as you make the connection on your prototype board. That helps you to keep track of what you've wired and what you still have left to do. Also, when you plan where to put the parts on your prototype board, think about how you are going to wire them up, and place the parts in a good floorplan so that the wiring is easier without a lot of confusing crossover wires or long runs of wire. And if possible, use different color wires for different functional blocks and for different signals, etc.

And learn good practical debugging techniques and tools, like how to use a logic probe or DVM or oscilloscope to work your way through a logic block to find a problem. If it looks like the right signals are going into the block, but the output is behaving badly, then work your way step-by-step from inputs to output to find where a logic term is stuck or messed up somehow.

Good luck, and have fun! -Mike-
 
Thanks for the tips ... from a real engineer, silicon valley...wow :bugeye:
 
re

There is a lot of boolean algebra and karnaugh maps which are so cool, we did hundreds of these.
 
Yeah... I don't remember Digital Logic being very mathematically oriented. Computations were mostly limited to Boolean algebra and Karnaugh map -- which are very cool!
 

Similar threads

Back
Top