https://github.com/amlel-el-mahrouss/cpu-core
A Simple CPU i've written in VHDL for prototyping purposes.
https://github.com/amlel-el-mahrouss/cpu-core
core cpu vhdl
Last synced: 3 months ago
JSON representation
A Simple CPU i've written in VHDL for prototyping purposes.
- Host: GitHub
- URL: https://github.com/amlel-el-mahrouss/cpu-core
- Owner: amlel-el-mahrouss
- License: gpl-3.0
- Created: 2025-01-13T18:10:08.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-09T15:43:49.000Z (4 months ago)
- Last Synced: 2025-02-09T16:35:09.077Z (4 months ago)
- Topics: core, cpu, vhdl
- Language: VHDL
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 64k core
This is the core of the 64x000,
which interprets the ISA to execute code from it.Here you will find samples, documentation and the VHDL sources.
The ROM needs the 64asm from Amlal's Compiler Services, please get that as well.
##### Copyright Amlal EL Mahrouss 2024-2025, all rights reserved.