Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jowinter/dmacu
Minimal CPU Emulator Powered by the ARM PL080 DMA Controller
https://github.com/jowinter/dmacu
Last synced: 3 months ago
JSON representation
Minimal CPU Emulator Powered by the ARM PL080 DMA Controller
- Host: GitHub
- URL: https://github.com/jowinter/dmacu
- Owner: jowinter
- License: mit
- Created: 2019-11-13T20:45:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T23:53:21.000Z (over 1 year ago)
- Last Synced: 2024-02-17T06:36:13.551Z (9 months ago)
- Language: C
- Size: 3.76 MB
- Stars: 37
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal CPU Emulator Powered by the ARM PL080 DMA Controller (dmacu)
[![Makefile CI](https://github.com/jowinter/dmacu/actions/workflows/makefile.yml/badge.svg)](https://github.com/jowinter/dmacu/actions/workflows/makefile.yml)
## Overview
`dmacu` is an emulator for a simple hypothetical RISC-like processor intended to run on an ARM platform including a PL080 DMA controller.
The `dmacu` emulator itself executes on a DMA channel of the host system's PL080 DMA controller. Interaction from the host system's ARM core
is only needed to configure and start the DMA channel on which `dmacu` executes. No further interaction is needed from the host system's ARM
core once the DMA channel is up and running. The `dmacu` emulator remains operational while the host system's ARM core is in an active sleep
state (WFI/WFE), or while the ARM core is halted via an external debug interface.