Physics 234:  Digital Electronics (MW section)

Fall 2018

Jed Brody (N308, 7-5580, jbrody@emory.edu)

 

 

image001.gif

 

 

Logic is the beginning of wisdom, not the end.

—Mr. Spock 

 

 

In digital electronics, voltages are restricted to just two values, represented as 0 and 1.  Amazingly, combinations of these two numbers govern all modern technology.  This course introduces combinational and sequential logic.  Students will acquire and apply a detailed understanding of all of the following:  Boolean algebra, K maps, combinational circuits including multiplexers and arithmetic logic units, sequential circuits containing flip-flops and counters, and circuits that transmit and receive serial data.  Students will develop skills in Verilog, a hardware description language used in industry to implement circuits containing thousands or millions of logic gates.  

 

            Grades will be determined as follows:

 

            Project 1:  due October 24                                           25%

            Project 2:  due December 19                                         25%

            Test 1, Test 2                                                               25% each

  

Click here for the lab manual.

 

Statement from the Department of Physics:  We are all here in this class for the same reason:  to learn physics.  It is unacceptable to judge your fellow students by gender, race, or anything else.  Please treat your classmates with respect both in and out of the classroom.  If you have any concerns please talk with the teacher or the department chair. 

 
DateTopicsBook chaptersClass activity
Aug. 29Logic gates1, 2.1Lab 1
Sept. 5Boolean algebra2.2, 3.1Lab 1
Sept. 10Implementing truth tables2.3, 2.4Lab 2
Sept. 12Transistors4.1, 4.4Lab 2
Sept. 17K maps3.2Lab 3
Sept. 19Binary arithmeticAppendix BLab 3
Sept. 24Multiplexers5.1Lab 4
Sept. 267-segment displays5.2Lab 4
Oct. 1Shifters and comparators5.3, 6.3Lab 5
Oct. 3Adders and subtractors6.1, 6.2Lab 5
Oct. 10TEST 1:  Combinational logic
Oct. 15GlitchesExample 11Project 1
Oct. 17Latches and flip-flops7.1Project 1
Oct. 22Counters7.4Project 1
Oct. 24Clock dividersExample 52Lab 6
Oct. 29Switch debouncersExamples 47, 48Lab 6
Oct. 31Multiplexing displaysExample 14Lab 6
Nov. 5Moore machines8.1, 8.2Lab 7
Nov. 7Mealy machines8.3Lab 7
Nov. 12Receive serial dataLab 7
Nov. 14Transmit serial dataLab 8
Nov. 19Transmit multiple bytesLab 8
Nov. 26Receive data in PythonLab 8
Nov. 28TEST 2:  Sequential logic
Dec. 3Memory11Lab 9
Dec. 5Microprocessorsde Pablo et al.Lab 9
Dec. 10Instruction setsde Pablo et al.Project 2
                             
Textbook:  Haskell and Hanna, Digital Design Using Digilent FPGA Boards—Verilog/Active-HDL Edition, Second Edition, 2012, ISBN 978-0-9801337-7-6.

 

Supplemental texts:

 

Cole, Real Digital.  Free ebook published by Digilent.

de Pablo et al., "A very simple 8-bit RISC processor for FPGA."  Contains complete Verilog instructions for a microprocessor.

PicoBlaze 8-bit Embedded Microcontroller User Guide.  Of possible interest to students with a strong background in computer science.

Vonk, IntroGuide to FPGA's