Skip to content

Commit

Permalink
Fix broken links in Smith README (p4lang#4754)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy authored Jun 24, 2024
1 parent d446b24 commit 82192d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions backends/p4tools/modules/smith/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# P4Smith

[![Status](https://github.com/p4lang/p4c/actions/workflows/ci-p4tools.yml/badge.svg)](https://github.com/p4lang/p4c/actions/workflows/ci-p4tools.yml)

# <img src="https://p4.org/wp-content/uploads/2021/05/Group-81.png" width="40">P4Smith
Expand Down Expand Up @@ -36,12 +34,12 @@ This random program generator generates random packages and tries to produce all
P4Smith supports generating P4 programs for the `v1model` and `psa` architecture on [BMv2](https://github.com/p4lang/behavioral-model).

### pna.p4 on the DPDK SoftNIC
[targets/pna](targets/pna)
[targets/fpga](targets/nic)

The [DPDK-SoftNIC](https://github.com/p4lang/p4-dpdk-target) is a new target implemented using the [Data Plane Development Kit (DPDK)](https://www.dpdk.org/). The SoftNIC can be programmed using the P4 `pna.p4` architecture.

### tna.p4 on Tofino 1
[targets/ebpf](targets/ebpf)
[targets/tna](targets/tofino)

P4Smith can also generate programs for the `tna` architecture on Tofino 1. The programs are intended to be compiled on the proprietary Barefoot Tofino compiler.

Expand Down

0 comments on commit 82192d1

Please sign in to comment.