-
Notifications
You must be signed in to change notification settings - Fork 56
Example: Ethernet
Julian Kemmerer edited this page Jan 17, 2021
·
25 revisions
This is a break down of an Arty board based example that receives Ethernet frames, does some work on the payload, and sends a response frame back.
This example is from a series of examples designed for the Arty Board.
TODO C sourceThe compiler produces a text representation of what operations occur at which point during the pipeline (i.e. how long each operation takes and when). Inputs flow from top to bottom. Functions listed on the same lines are occurring in parallel.
TODO PIPELINE MAP
TODO TOOL RESULTS
Resource usage:
TODO IMAGE
TODO

