Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 507 Bytes

Common

!!!This repository is split up into multiple repos for each module and is no longer maintained!!!

A collection of common components for the Panda cores

List of components

  • Wishbone interconnect
  • Load-Store-Unit
  • Debug module
    • Not RISC-V spec consistent but rather a simple interface
    • Two modules
      • Main module can access memory and can reset the core/peripherals
      • Core module can access registers, PC and can halt the core
    • Main module forwards command to core module