Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.25 KB

File metadata and controls

28 lines (18 loc) · 1.25 KB

openrisc-cores

Core description files for FuseSoC used by OpenRISC SoCs.

To use these you will first need fusesoc then you can do:

fusesoc library add openrisc-cores https://github.com/openrisc/openrisc-cores.git

Background

The IP cores have been previously spread out in different places including:

These older cores were in a different core format (CAPI1). Rather than updating all cores this new repo contains only corees that we use.

Some older cores imported from URLs that have become dead links.

Guidelines

  • Cores in openrisc-cores shall be kept up to date with the latest fusesoc API
  • Cores should be tiny, limited to a few files.
  • Cores should be self contained and not use url providers. Links break too often.