📘 基礎編 第2章:デジタル論理と論理回路設計

Fundamentals-Chapter 2: Digital Logic and Logic Circuit Design


🎯 本章の目的|Objectives

🇯🇵 日本語 🇺🇸 English
- AND, OR, NOT, NAND, XORなどの基本論理ゲートの構成と特性を理解する - Understand the structure and characteristics of basic logic gates such as AND, OR, NOT.
- 真理値表・論理式・回路図の相互変換ができるようになる - Be able to convert between truth tables, logic expressions, and circuit diagrams.
- MUXや加算器などの応用的な組み合わせ回路の設計を学ぶ - Learn how to design combinational logic such as MUXes and adders.
- FSM(有限状態機械)の構造と概念を理解し、順序回路設計への橋渡しを行う - Understand FSMs and connect them to sequential logic design.

🗂️ 章構成|Chapter Structure (chapter2_comb_logic/)

節番号 日本語タイトル 英語タイトル ファイル名
2.1 基本ゲート構成 Basic Gate Design 2.1_logic_gates.md
2.2 複合ゲート論理 Compound Gate Logic 2.2_nand_nor_xor.md
2.3 動作検証法 Verification Methods 2.3_truth_table_waveform.md
2.4 選択回路設計 Multiplexer and Selector Design 2.4_mux_and_selector.md
2.5 加算器構成 Adder Structures 2.5_half_full_adder.md
2.6 FSM導入 Introduction to FSM 2.6_fsm_intro.md
2.7 全体構成の俯瞰 Overview of Logical Components 2.7_component_relationships.md

🧠 学習のポイント|Key Takeaways


📂 ディレクトリ構成|Directory Structure

Edusemi-v4x/
└── chapter2_comb_logic/
    ├── README.md
    ├── 2.1_logic_gates.md
    ├── 2.2_nand_nor_xor.md
    ├── 2.3_truth_table_waveform.md
    ├── 2.4_mux_and_selector.md
    ├── 2.5_half_full_adder.md
    ├── 2.6_fsm_intro.md
    └── 2.7_component_relationships.md

🖼️ 図版・補足予定|Illustrations


🔄 前章との接続|Connection to Previous Chapter

🇯🇵 日本語 🇺🇸 English
第1章では、MOS構造とスイッチ動作の物理基盤を解説しました。 Chapter 1 covered MOS structure and switching behavior fundamentals.
本章では、その動作原理をもとに論理回路の構成法を体系的に学習します。 This chapter systematically explores logic circuit design based on those principles.

📎 ← 第1章へ戻る


🔜 次章への接続|Lead-in to Next Chapter

🇯🇵 日本語 🇺🇸 English
第3章では、論理回路の背景にあるCMOS構造・プロセス技術・設計限界を扱います。 Chapter 3 deals with CMOS structure, process evolution, and design limits behind logic circuits.
FSMで触れた「状態・順序性」は、設計とプロセスの接続点として扱われます。 The concepts of state and sequencing introduced via FSM will link to process-aware design.

📎 → 第3章へ進む


👤 著者・ライセンス|Author & License

項目|Item 内容|Details
著者|Author 三溝 真一(Shinichi Samizo)
GitHub Samizo-AITL
Email shin3t72@gmail.com
ライセンス|License MIT License(再配布・改変自由)
Redistribution and modification allowed

🔙 戻る|Back to Top

🏠 Edusemi-v4x トップへ戻る|Back to Edusemi-v4x Top