xfcp VS verilog-ethernet

Compare xfcp vs verilog-ethernet and see what are their differences.

xfcp

Extensible FPGA control platform (by alexforencich)

verilog-ethernet

Verilog Ethernet components for FPGA implementation (by alexforencich)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
xfcp verilog-ethernet
5 32
51 1,916
- -
0.0 8.8
about 1 year ago about 2 months ago
Verilog Verilog
MIT License MIT License
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.

xfcp

Posts with mentions or reviews of xfcp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-14.
  • Ethernet PC-FPGA interface
    1 project | /r/FPGA | 8 Mar 2022
    This is exactly what I created https://github.com/alexforencich/xfcp for - Ethernet and serial to multiple internal components, with the ability to enumerate said components.
  • Options for control and configuration of FPGA from PC
    1 project | /r/FPGA | 17 Dec 2021
    This is basically what I made XFCP for: https://github.com/alexforencich/xfcp
  • Share some github FPGA projects (bonus if they include C++, Python, or other files)
    15 projects | /r/FPGA | 14 Sep 2021
    Simple interface framework for connecting Python to FPGA designs over a serial port or over Ethernet: https://github.com/alexforencich/xfcp .
  • FPGA development live stream: FPGA board bring-up and testing of high-speed serializers
    1 project | /r/FPGA | 18 Mar 2021
    I'll use my XFCP project to interface with the FPGA from Python via a USB serial chip. This provides access to the I2C bus on the board, for configuring the PLL chips and interfacing with the QSFP28 optical transceivers. Additionally, it connects to the dynamic reconfiguration ports (DRP) on the GTY transceivers, and I'll use that for performing BER measurements at 25 Gbps through a handful of QSFP28 cables and optical modules. It looks like I might also have to do some fine-tuning of some of the analog parameters on the transceivers (namely pre-emphasis).
  • FPGA development live stream: FPGA board bring-up and testing
    1 project | /r/FPGA | 12 Mar 2021
    I recently acquired a pair of rather large FPGA boards that have a bunch of high-speed IO. I figure it might be interesting to show the process for bringing them up in terms of the reference clock generation and distribution components on the board for the high-speed serializers, as well as performing some simple sanity checks (BER testing) on all of the interfaces to make sure everything is operational. I'll use my XFCP project to interface with the FPGA from Python for configuring the clocking components over I2C and for performing the BER measurements on the GTY transceivers via DRP.

verilog-ethernet

Posts with mentions or reviews of verilog-ethernet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-21.
  • Quartus Tcl Build Script
    1 project | /r/FPGA | 25 May 2023
    Tcl, not sure, but I have done it with makefiles. See https://github.com/alexforencich/verilog-ethernet/tree/master/example/C10LP/fpga.
  • Using Si5324 as a clock generator on virtex-7 board
    2 projects | /r/FPGA | 21 May 2023
    For that part I think you need to use the software from silicon labs (might be skyworks now) to generate the stuff you need to write to the registers. Then, you can use something like https://github.com/alexforencich/verilog-i2c/blob/master/rtl/i2c_init.v. See https://github.com/alexforencich/verilog-ethernet/tree/master/example/HTG9200/fpga_10g for an example that targets the Si5341 specifically.
  • DE2-115 Ethernet Network Setup
    2 projects | /r/FPGA | 25 Mar 2023
    For a personal project I'm trying to send data via Ethernet from my laptop into the FPGA, where it has some filtering and other processing done to it, then back into my laptop. I've been trying to get this repo to work, but there's a problem: my ancient macbook can't run Quartus, so I need to use campus PCs to build the project and program the board, but I don't have permissions to successfully run the makefiles that build the project.
  • ROS 2 Humble in AMD KR260 with Yocto
    2 projects | /r/ECE | 28 Feb 2023
    No there's none. Not in this post at least, but it certain is being used. If you're interested in that, follow my progress at https://github.com/alexforencich/verilog-ethernet/issues/146 (or stay tuned/reach out to Acceleration Robotics for early previews and support) for a 10G NIC on the KR260.
  • Choice of LFSR When implementing the ARP Cache in a UDP Stack
    1 project | /r/FPGA | 20 Feb 2023
    So, im trying to understand the UDP implementation in verilog-ethernet. In particular I am looking into the ARP Cache and have a query.
  • Preference for Combinational or Sequential design?
    1 project | /r/FPGA | 17 Jan 2023
    I've been studying u/alexforencich's ethernet library since I'm working on a similar project. I've been noting his interesting design style. When I think about a solution for a problem, I immediately naturally thing about a sequential design whereas he has tons of combination logic in his designs.
  • Are there any free/open source Lattice ECP5 Ethernet MAC IP Cores?
    3 projects | /r/FPGA | 28 Nov 2022
  • Verilog Question- Setting a register concurrently twice in always block
    1 project | /r/FPGA | 8 Nov 2022
    I was studying Alex Forencich's FCS verilog and noticed the following always block:
  • LiteX SGMII support
    1 project | /r/FPGA | 1 Nov 2022
    This repo support the VCU108 for a Verilog ethernet connection: https://github.com/alexforencich/verilog-ethernet
  • Stream data into FPGA from PC
    1 project | /r/FPGA | 24 Sep 2022

What are some alternatives?

When comparing xfcp and verilog-ethernet you can also consider the following projects:

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

corundum - Open source FPGA-based NIC and platform for in-network compute

litex - Build your hardware, easily!

SpinalHDL - Scala based HDL

embox - Modular and configurable OS for embedded applications

satcat5 - SatCat5 is a mixed-media Ethernet switch that lets a variety of devices communicate on the same network.

cocotbext-axi - AXI interface modules for Cocotb

FPGA_RealTime_and_Static_Sobel_Edge_Detection - Pipelined implementation of Sobel Edge Detection on OV7670 camera and on still images