Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zanderlewis/fhe
A collection of Fictional Hardware Emulators (FHEs) I created. For example: The Multi-Dimensional Processing Unit (MDPU), the combination of the CPU and the TPU.
https://github.com/zanderlewis/fhe
emulation emulator emulators good-first-issue hardware processing python python-3 python3 virtual
Last synced: 19 days ago
JSON representation
A collection of Fictional Hardware Emulators (FHEs) I created. For example: The Multi-Dimensional Processing Unit (MDPU), the combination of the CPU and the TPU.
- Host: GitHub
- URL: https://github.com/zanderlewis/fhe
- Owner: zanderlewis
- License: mit
- Created: 2024-08-29T00:23:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T14:29:13.000Z (2 months ago)
- Last Synced: 2024-10-07T18:43:04.658Z (30 days ago)
- Topics: emulation, emulator, emulators, good-first-issue, hardware, processing, python, python-3, python3, virtual
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FHE
***F***ictional ***H***ardware ***E***mulators.## Table of Contents
- [FHE](#fhe)
- [MDPU](#mdpu)
- [PPU](#ppu)## MDPU
Multi-Dimensional Processing Unit. The MDPU is like a normal CPU, but has layers, allowing multiple dimensions, and therefore more processing power.[Read More](processors/mdpu/README.md)
## PPU
Physics Processing Unit. The PPU is a specialized microprocessor designed to handle physics-related calculations in simulations and graphing.[Read More](processors/ppu/README.md)