SpinalHDL VS litepcie

Compare SpinalHDL vs litepcie and see what are their differences.

litepcie

Small footprint and configurable PCIe core (by enjoy-digital)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
SpinalHDL litepcie
8 2
1,506 432
2.4% -
9.8 8.7
2 days ago 10 days ago
Scala Python
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SpinalHDL

Posts with mentions or reviews of SpinalHDL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-03.

litepcie

Posts with mentions or reviews of litepcie. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-16.
  • A Linux Evening
    3 projects | news.ycombinator.com | 16 Dec 2022
    Hi folks. :)

    I'm so glad that my hit-and-run post has been so useful. After seeing Fabien's blog post I did a quick search and it turns out that the solution has spread fairly broadly to other forums. My choice of 0x33 was arbitrary so makes a nice canary for seeing it spread out.

    My use case was (and remains) having a Xilinx Artix 7 FPGA in an external Thunderbolt 3 enclosure for testing the development of DSP accelerators using open source tooling. I didn't want to have the FPGA board inside the PC to be able to swap it to my laptop easily, because it produces a lot of heat, and so when I misused the PCIe soft core (litePCIe: https://github.com/enjoy-digital/litepcie/) it doesn't take down the OS. Being able to reload the FPGA and effectively hotplug the device has been very helpful.

    Since I knew my issue was around hotplugging I searched for information around PCIe hotplugging and I think (it was two years ago...) that I found the answer from one of these two threads. Both mention the option of reserving PCIe addresses for hotplug busses as a workaround, and a workaround was all I needed.

    https://www.spinics.net/lists/linux-pci/msg64841.html

    https://review.coreboot.org/c/coreboot/+/35946

    dmesg and the various kernel logs are my first stop for any odd behavior on Linux. Especially with any state change to a device (plugging in, turning on, removing, reconfiguring etc) the kernel logs tend to give invaluable info.

    I had already been looking at eGPU forums to choose the Thunderbolt 3 enclosure (ended up with the ORI-SCM2T3-G40-GY) and there were various discussions of hotplugging issues there, but I don't think I found the specific kernel options to fix it there.

    Check out this docs page for the kernel parameters:

  • Suggest advance project ideas
    3 projects | /r/FPGA | 3 Sep 2021
    You could try to implement a PCIe root complex for FOSS SoCs, connecting to e.g. Wishbone as the main bus. There's already some DDR3 controller (or this one) and USB Host controller out there, and even device-side PCIe, but no FOSS host-side PCIe that I know of. Probably quite a difficult job though, even sticking to the lower-speed PCIe 1.

What are some alternatives?

When comparing SpinalHDL and litepcie you can also consider the following projects:

chisel - Chisel: A Modern Hardware Design Language

litedram - Small footprint and configurable DRAM core

amaranth - A modern hardware definition language and toolchain based on Python

litex - Build your hardware, easily!

chiselverify - A dynamic verification library for Chisel.

circt - Circuit IR Compilers and Tools

cocotb - cocotb, a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python

verilog-ethernet - Verilog Ethernet components for FPGA implementation

chiseltest - The batteries-included testing and formal verification library for Chisel-based RTL designs.

myhdl - The MyHDL development repository

SBusFPGA - Stuff to put a FPGA in a SBus system (SPARCstation)