2 repository-uri
Incorporation of various processor architectures into a system with support for custom interrupts and memory configurations.
Distinct from Processor Cores: Candidates focus on monitoring or software-side configuration; this is the structural integration of the core into the SoC
Explore 2 awesome GitHub repositories matching hardware & iot · Processor Core Integration. Refine with filters or upvote what's useful.
LiteX is an FPGA SoC development suite and SoC builder framework used to programmatically design system-on-chips. It provides a hardware description toolchain that uses a scriptable framework to define hardware layouts and automate the generation of hardware description language code. The project distinguishes itself by orchestrating multiple vendor and open-source toolchains to synthesize digital logic and generate deployable bitstreams. It supports multi-language logic integration, allowing disparate hardware description languages to be combined into a single project. The framework covers
Supports the incorporation of various processor softcores into the system with custom interrupt and memory configurations.
Rocket-chip is a framework for the parametric design, synthesis, and verification of RISC-V based processors and system-on-chip hardware. It functions as a generator that converts high-level specifications into synthesizable Verilog files for FPGA or ASIC implementation. The project utilizes a Scala-based hardware description framework to produce customizable pipelined processor cores, memory hierarchies, and peripheral devices. It employs a parameter-driven model and a two-phase negotiation process to resolve hardware interface specifications between modules during the elaboration phase. Th
Generates pipelined cores with instruction and data caches extensible with floating-point units and accelerators.