NetASM Programming Assignment

by Sasha Shkrebets last modified Jan 20, 2023 12:04 PM
In this exercise, you will be working with NetASM, nascent work on a network assembly language for programmable network devices (e.g., FPGAs, RMT, Intel’s FlexPipe, NPUs). NetASM provides assembly instructions that directly reflect the capabilities of the underlying device, thus providing either a human programmer or compiler precise, fine-grained control over the device’s resources. It exposes the details in the language such as creating tables and defining layouts of the processing pipeline.

PDF document icon NetASM Programming Assignment.pdf — PDF document, 350 kB (359089 bytes)

Navigation