Difference between revisions of "Syllabus"

From CSE260M Wiki
Jump to navigationJump to search
Line 42: Line 42:
 
###Displacement-Based Addressing
 
###Displacement-Based Addressing
 
##RSRC Assembly Language and Simulator
 
##RSRC Assembly Language and Simulator
 +
##RSRC VHDL Description and Implementation

Revision as of 15:36, 14 April 2017

  1. Digital Systems and Information
    1. Number Systems
    2. Base Conversion
    3. Arithmetic Operations
    4. Codes
  2. Combinational Logic Circuits
    1. Logic Gates
    2. Boolean Algebra
    3. K-Maps
    4. Sum of Products
    5. Product of Sums
    6. VHDL Representations
    7. FPGA LUT-based Implementation
  3. Combinational Logic Design
    1. Hierarchical Design Concepts
    2. Decoders/Encoders
    3. Multiplexers
    4. Binary Adders
    5. Subtraction/2s Complement
    6. Multiplication
    7. Division
  4. Sequential Circuits
    1. Latches
    2. Flip-Flops
    3. Registers
    4. State Diagrams
    5. Finite State Machines (FSMs)
      1. Mealy and Moore Models
      2. Finite-State Machine Synthesis
      3. VHDL Representations
      4. FPGA Implementations of FSMs
  5. Register Transfer Notation
    1. RTN Notation
    2. VHDL RTN Representations for Hardware Implementation of Register Transfers
      1. The Pipelined Difference Engine
      2. The Bus-Based Difference Engine
  6. Introduction to Microprocessors
    1. Extending the Bus-Based Difference Engine to the Really Simple RISC Computer
    2. The Really Simple RISC Computer
      1. Datapath
      2. Control FSM
      3. Displacement-Based Addressing
    3. RSRC Assembly Language and Simulator
    4. RSRC VHDL Description and Implementation