https://github.com/RossComputerGuy/SherwoodArch
The Sherwood Architecture is a custom 64-Bit RISC based CPU architecture.
https://github.com/RossComputerGuy/SherwoodArch
architecture assembler computer-architecture cpu cpu-architecture cpu-emulator emulator sherwood-architecture virtual-machine
Last synced: 3 months ago
JSON representation
The Sherwood Architecture is a custom 64-Bit RISC based CPU architecture.
- Host: GitHub
- URL: https://github.com/RossComputerGuy/SherwoodArch
- Owner: RossComputerGuy
- License: apache-2.0
- Created: 2018-10-08T14:04:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T14:56:04.000Z (over 6 years ago)
- Last Synced: 2025-02-16T19:37:05.665Z (3 months ago)
- Topics: architecture, assembler, computer-architecture, cpu, cpu-architecture, cpu-emulator, emulator, sherwood-architecture, virtual-machine
- Language: CSS
- Homepage: http://rosstechnologies.cloudno.de/project/SherwoodArch
- Size: 1.17 MB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sherwood Architecture
The Sherwood Architecture is a custom 64-Bit RISC based CPU architecture. It is designed to be lightweight, fast, and
powerful. This repository comes with the circuit schematics, compilers, debug and boot firmware, and a virtual machine for
running the CPU. Our goal is also aimed to people interested in programming and hardware design so we've designed the
architecture to be friendly to everyone. The documentation can be found in the `docs` directory in the root of the
repository.