https://github.com/andars/caravel-4ft4
4ft4 in Caravel for OpenMPW
https://github.com/andars/caravel-4ft4
Last synced: 3 months ago
JSON representation
4ft4 in Caravel for OpenMPW
- Host: GitHub
- URL: https://github.com/andars/caravel-4ft4
- Owner: andars
- License: apache-2.0
- Created: 2022-03-20T20:38:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T19:07:54.000Z (over 2 years ago)
- Last Synced: 2025-02-08T19:43:13.990Z (4 months ago)
- Language: Verilog
- Size: 159 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caravel 4ft4
4ft4 is a clone of the MCS-4 architecture (4004 CPU, 4001 ROM, 4002 RAM),
with a wishbone backdoor interface to the "ROM" and the RAM that enables
loading a program for execution and inspecting/modifying the RAM.This is an integration of 4ft4 into the caravel harness, with the 4ft4 wishbone
backdoor interface connected to the caravel management processor.### License information
caravel_user_project and modifications: Apache 2.0. The original
caravel_user_project that this is based on is
https://github.com/efabless/caravel_user_project.4ft4: MIT.