Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartpleiter/fpgc5
A completely self designed (game) computer, implemented in hardware using an FPGA. Basically every component is self designed, from the ISA up to the PCB and software. Project exists to learn more about the fundamentals of computers and to improve my Verilog skills
https://github.com/bartpleiter/fpgc5
assembler c compiler computer-architecture cpu fpga gpu hardware software verilog
Last synced: about 6 hours ago
JSON representation
A completely self designed (game) computer, implemented in hardware using an FPGA. Basically every component is self designed, from the ISA up to the PCB and software. Project exists to learn more about the fundamentals of computers and to improve my Verilog skills
- Host: GitHub
- URL: https://github.com/bartpleiter/fpgc5
- Owner: bartpleiter
- License: gpl-3.0
- Created: 2021-06-23T09:10:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T16:40:59.000Z (over 2 years ago)
- Last Synced: 2024-06-11T16:02:36.398Z (5 months ago)
- Topics: assembler, c, compiler, computer-architecture, cpu, fpga, gpu, hardware, software, verilog
- Language: Assembly
- Homepage: https://www.b4rt.nl/fpgc5/
- Size: 25.9 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FPGC5
My big project, basically started in July 2019 as FPGC3 (versions 1 and 2 do not count). Project exists to learn more about the fundamentals of computers and to improve my Verilog skills, while also designing my own "environment" (PCB, Compilers, OS, etc.) around it.
FPGC is a completely self designed computer, implemented in an EP4CE15 FPGA.
[![FPGC Logo](Documentation/docs/images/logo_big_alpha.png)](https://www.b4rt.nl/fpgc5/)
[Project Wiki](https://www.b4rt.nl/fpgc5/) (not fully up to date, but contains a lot of info)