Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marceldobehere/goofy-cpu-verilog
https://github.com/marceldobehere/goofy-cpu-verilog
cpu cpu-simulator goofy goofy-cpu sim verilog
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marceldobehere/goofy-cpu-verilog
- Owner: marceldobehere
- Created: 2024-04-01T23:00:12.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-11T19:10:42.000Z (7 months ago)
- Last Synced: 2024-04-12T00:50:06.629Z (7 months ago)
- Topics: cpu, cpu-simulator, goofy, goofy-cpu, sim, verilog
- Language: Verilog
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goofy CPU (Verilog)
A verilog implementation of my [goofy cpu](https://github.com/marceldobehere/goofy-cpu)!It was mainly made to learn and try out verilog!
It has not been tested with a lot of stuff but for the test program it works which is cool.
Currently I am not working on this or the goofy cpu as I am working on other projects.
I might get back to this or to cpu dev in general though!
## Screenshots
![Some logs from the cpu running the adder program](./images/logs.png)
![The ALU signals from the cpu running the adder program](./images/signals.png)