https://github.com/vlsi/pru-emulator
This is a java emulator for TI PRU CPU
https://github.com/vlsi/pru-emulator
embedded pru ti-pru-cpu
Last synced: 4 months ago
JSON representation
This is a java emulator for TI PRU CPU
- Host: GitHub
- URL: https://github.com/vlsi/pru-emulator
- Owner: vlsi
- License: mit
- Created: 2016-08-31T19:22:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T19:55:22.000Z (over 8 years ago)
- Last Synced: 2025-02-14T07:12:34.290Z (4 months ago)
- Topics: embedded, pru, ti-pru-cpu
- Language: Java
- Size: 97.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pru-emulator
[](https://travis-ci.org/vlsi/pru-emulator)
[](https://maven-badges.herokuapp.com/maven-central/com.github.vlsi.pru/emulator)
[](https://codecov.io/gh/vlsi/pru-emulator)
[](http://javadoc.io/doc/com.github.vlsi.pru/emulator)This is a java emulator for TI PRU CPU
The aim of the project is to implement basic assembler and emulator for TI PRU CPU.
http://processors.wiki.ti.com/index.php/Programmable_Realtime_Unit_Subsystem
Requirements: Java 8
License
-------The library is distributed under terms of MIT license.
TODO
----- Interrupts
- GPIO (explicit API to set/get IO values)
- Dual-PRU emulation (cross-PRU memory mapping)Changelog
---------v1.0.0-SNAPSHOT
- Supported instructions: arithmetic, LMBD, LDI, JAL, JMP, QB, LBBO/SBBO, LBCO/SBCO
- Not yet implemented: SCAN, SLPAuthor
------
Vladimir Sitnikov