https://github.com/pulp-platform/register_interface
Generic Register Interface (contains various adapters)
https://github.com/pulp-platform/register_interface
Last synced: 3 months ago
JSON representation
Generic Register Interface (contains various adapters)
- Host: GitHub
- URL: https://github.com/pulp-platform/register_interface
- Owner: pulp-platform
- License: other
- Created: 2018-09-17T15:10:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T19:57:57.000Z (10 months ago)
- Last Synced: 2024-11-06T23:29:35.380Z (8 months ago)
- Language: SystemVerilog
- Homepage:
- Size: 766 KB
- Stars: 98
- Watchers: 6
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Generic Register Interface
This repository contains a simple register interface definition as well as protocol adapters from APB, AXI-Lite, and AXI to said interface. Furthermore, it allows to generate a uniform register interface.
## Read Timing

## Write Timing

## Register File Generator
We re-use lowrisc's register file generator to generate arbitrary configuration registers from an `hjson` description. See the the [tool's description](https://opentitan.org/book/util/reggen/index.html) for further usage details.
We use the [bender import tool](https://github.com/pulp-platform/bender#import-----copy-files-from-dependencies-that-do-not-support-bender) (`>v0.26.0`) to get the sources and apply our custom patches on top.
curl --proto '=https' --tlsv1.2 https://pulp-platform.github.io/bender/init -sSf | sh -s -- 0.26.0
./bender import --refetchto re-vendor.