The Wayback Machine - https://web.archive.org/web/20220522025807/https://github.com/topics/soft-core
Here are
14 public repositories
matching this topic...
A small, light weight, RISC CPU soft core
Updated
May 6, 2022
Verilog
🖥️ A tiny, customizable and highly extensible MCU-class 32-bit RISC-V soft-core CPU and microcontroller-like SoC written in platform-independent VHDL.
Updated
May 21, 2022
VHDL
💻 A damn small msp430-compatible customizable soft-core microcontroller-like processor system written in platform-independent VHDL.
Updated
Nov 23, 2021
VHDL
QNICE-FPGA is a 16-bit computer system for recreational programming built as a fully-fledged System-on-a-Chip in portable VHDL.
Updated
Nov 27, 2021
Assembly
A lightweight, open source and FPGA-friendly 32-bit CPU core based on an original instruction set
Updated
Oct 21, 2021
Assembly
DDR1 controller to realize mass, cheap memory for FPGAs.
Updated
Apr 17, 2022
SystemVerilog
A pipelined, in-order, scalar VHDL implementation of the MRISC32 ISA
Basic UART TX/RX module for FPGA
Updated
Oct 18, 2018
Verilog
Open source ISS and logic RISC-V 32 bit project
LatticeMico32 instruction set simulator project
Updated
Oct 21, 2018
Python
Trying to implement a soft core SoC
Updated
Apr 6, 2019
Verilog
SRP16 is free and open ISA for 16-bit CPUs and Microcontrollers.
Improve this page
Add a description, image, and links to the
soft-core
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
soft-core
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
There is a redundancy in the makefile while declaring Verilog files for the targets - atombones and hydrogensoc. Clearly these targets have some files that are needed by both and some files that only one of the targets requires.