1. Introduction
  2. Implementation
  3. 1. ZNO Frontend
    1. 1.1. Control-flow
    2. 1.2. Next-Fetch Prediction
    3. 1.3. Instruction Fetch
    4. 1.4. Instruction Predecode
    5. 1.5. Instruction Decode
    6. 1.6. Branch Prediction
  4. 2. ZNO Midcore
    1. 2.1. Register Renaming
    2. 2.2. Instruction Dispatch
  5. 3. ZNO Backend
    1. 3.1. Instruction Scheduling
    2. 3.2. Integer Pipeline
    3. 3.3. Load/Store Pipeline

ZNO Microarchitecture

Integer Pipeline