# pru-emulator **Repository Path**: mirrors_vlsi/pru-emulator ## Basic Information - **Project Name**: pru-emulator - **Description**: This is a java emulator for TI PRU CPU - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pru-emulator [![Build Status](https://travis-ci.org/vlsi/pru-emulator.svg?branch=master)](https://travis-ci.org/vlsi/pru-emulator) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.vlsi.pru/emulator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.vlsi.pru/emulator) [![codecov](https://codecov.io/gh/vlsi/pru-emulator/branch/master/graph/badge.svg)](https://codecov.io/gh/vlsi/pru-emulator) [![Javadocs](http://javadoc.io/badge/com.github.vlsi.pru/emulator.svg)](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, SLP Author ------ Vladimir Sitnikov