1. Home
  2. Getting Started with Logisim
  3. 1. Logic Design Review
    1. 1.1. Combinational Logic
    2. 1.2. Sequential Logic
    3. 1.3. Synchronous Logic
    4. 1.4. Propagation Delay and Clock Period
    5. 1.5. Tri-state Buffers and Multiplexers
  4. 2. Combinational vs. Pipelined Multiplier
  5. 3. Building a Stored Program Computer
    1. 3.1. Four-bit Accumulator Machine
    2. 3.2. Using Three Operands
    3. 3.3. Using an Instruction Register
    4. 3.4. Converting the Instruction Register into Instruction Memory
    5. 3.5. Adding Branching
    6. 3.6. Adding a Data Memory
  6. 4. Converting to ARMv8 Datapath
    1. 4.1. Increased Register Width
    2. 4.2. Increased Register Count
    3. 4.3. Increased Instruction Count
    4. 4.4. Using Byte-Addressing
    5. 4.5. Changing Instruction Encoding

Computer Organization with Logisim

Increased Instruction Count

TODO