REPOSITORY OVERVIEWLive repository statistics
★ 68Stars
⑂ 27Forks
◯ 0Open issues
◉ 68Watchers
71/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
72 Community adoption25% weight
36 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
67 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
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
Simulation
Before simulation, you need specify the path to output file with network traffic dump
axis_udp/tb/udp_tb.sv:
localparam DUMP_PATH = "/home/usr/dump.txt";
After simulation, you can use tool axis2net.py to convert network traffic dump in *.pcap format. Then you can use WireShark to analyze network packets.
$ python3 axis2net.py /home/usr/dump.txt --o /home/usr/dump.pcap
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains an AXI-Stream sorting IP block written in Verilog. The design supports an AXI-Stream input and output interface, making it suitable for FPGA and ASIC-based sorting applications. Formal verification has been performed using JasperGold to ensure correctness and reliability
34/100 healthActive repository
SystemVerilogNo license
⑂ 0 forks◯ 0 issuesUpdated Oct 10, 2025