# Digital Logic Notes These pages supplement the [The Boolean Board Digital Logic Course by Real Digital](https://www.realdigital.org/course/digital-logic-for-the-boolean-board) by Clint Cole. ```{toctree} :maxdepth: 1 :caption: 'Chapter discussions:' 00_boolean-board-digital-logic-course.md 01_a-first-project-for-the-boolean-board.md 02_basic-logic-circuits.md 03_combinational-logic-circuits.md 04_basic-combinational-building-blocks.md 05_structural_verilog_for_combinational_circuits.md 06_delays_in_logic_circuits.md 07_flip-flops_and_latches.md 08_counters-clock_dividers-and-the-seven-segment-display.md 09_adders_multipliers_comparators.md 10_a_simple_ALU.md 11_introduction-to-state-machines.md ``` ```{toctree} :maxdepth: 1 :caption: 'Problem set solutions:' problem-set-01.md problem-set-02.md problem-set-03.md problem-set-04.md problem-set-05.md problem-set-06.md problem-set-07.md problem-set-08.md problem-set-09.md problem-set-10.md problem-set-11.md ``` ```{toctree} :maxdepth: 1 :caption: 'Examples' example-state-machine.md example-adc-reading.md ``` ```{toctree} :maxdepth: 1 :caption: 'Unsorted' questions-from-students.md ```