1. Getting Started
  2. Basics
  3. Tutorial
    1. FIR Filter
    2. FIFO without duplication
  4. Concepts
    1. Signals
    2. Interfaces
    3. Modules
    4. Interface Combinators
  5. Advanced Features
  6. Implementing Your Own Combinators
  7. Dependency Types
  8. Case Studies
  9. CPU Core (5-Stage Pipelined)
    1. Hazards
    2. Implementation
      1. Fetch
      2. Decode
      3. Execute
      4. Memory
      5. Writeback
  10. NPU Core (Based on Systolic Array)
  11. Contributors