SaaSHub helps you find the best software and product alternatives Learn more →
Verilog-ethernet Alternatives
Similar projects and alternatives to verilog-ethernet
-
corundum
Open source FPGA-based NIC and platform for in-network compute
-
satcat5
SatCat5 is a mixed-media Ethernet switch that lets a variety of devices communicate on the same network.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
BYU_PYNQ_PR_Video_Pipeline_Hardware
BYU Pynq PR Video Pipeline Hardware
-
rohd
The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language.
-
-
-
FPGA_RealTime_and_Static_Sobel_Edge_Detection
Pipelined implementation of Sobel Edge Detection on OV7670 camera and on still images
-
-
RedPitaya_Acquisition
Transform the Red Pitaya in an acquisition card
-
axis_udp
This repository contains simple implementation of UDP/IP stack with 64-bit AXI-Stream interface. ICMP and ARP requests are partially supported. The project was tested on Xilinx 7-series FPGA with 10G Ethernet MAC IP-core
-
BYU_PYNQ_PR_Video_Pipeline
The Demo that was presented at FCCM.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
verilog-ethernet reviews and mentions
-
Using Si5324 as a clock generator on virtex-7 board
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
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
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.
- Are there any free/open source Lattice ECP5 Ethernet MAC IP Cores?
-
Questions on sending Ethernet traffic from an ECP5 Versa board, and what I have tried so far
Hungry for more bandwidth (I will need several Mb/s at least for my full-scale setup), I have been looking into using ethernet to get my bits across faster. The plan is to put together a simple UDP stack that can spit out packets to the laptop, with no need to receive any traffic back on the FPGA board. The network link will be direct, using a CAT5E patch cable (no switch), and always connecting with the same remote computer so the IP and MAC addresses can be kept fixed. I have found several spots that have full MAC + PHY cores that should do the job: LiteEth, the Verilog Ethernet cores by Alex Forencich, and a few other projects that do not have much documentation.
-
1G Ethernet Using SGMII PHY
Decent reference design: https://github.com/alexforencich/verilog-ethernet/tree/master/example/VCU108/fpga_1g
- [CocoTB for beginners]: FPGA/ASIC Testbenches in Python + Automated Testing in GitHub
-
Ethernet on FPGA
Alex's verilog-eth might be helpful
-
Share some github FPGA projects (bonus if they include C++, Python, or other files)
UDP stack for operation up to 25 Gbps: https://github.com/alexforencich/verilog-ethernet . Includes example designs for a number of different boards as well as a Python-based simulation framework.
-
FPGA development live stream: 10G Ethernet on Intel Stratix 10 MX and DX
For various reasons, I need to port corundum to run on Intel Stratix 10 MX and DX. As part of this process, I need to bring up both the PCIe and Ethernet interfaces on both of the cards. Also, even though both devices are Stratix 10, they use different tiles (H-tile on the MX vs. E-tile and P-tile on the DX) so the interface and capabilities are actually rather different. So, next week I'll run through the bring-up of a 10 Gbps link on both of these FPGAs by building example designs for verilog-ethernet. This will include setting up the H-tile and E-tile for operation at 10 Gbps as well as some debugging with both signaltap and the quartus "system console". If you want to learn a bit about how Intel FPGAs are put together, how 10G Ethernet works at the physical layer, and some of the techniques for debugging high speed serial links, be sure to tune in.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b841848>
www.saashub.com | 1 Dec 2023
Stats
alexforencich/verilog-ethernet is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of verilog-ethernet is Verilog.
Popular Comparisons
- verilog-ethernet VS corundum
- verilog-ethernet VS litex
- verilog-ethernet VS SpinalHDL
- verilog-ethernet VS cocotbext-axi
- verilog-ethernet VS embox
- verilog-ethernet VS satcat5
- verilog-ethernet VS verilog-wishbone
- verilog-ethernet VS liteeth
- verilog-ethernet VS pyxsi
- verilog-ethernet VS BYU_PYNQ_PR_Video_Pipeline_Hardware