b6bd281c3a
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
12 lines
215 B
Text
12 lines
215 B
Text
/* -*- P4_16 -*- */
|
|
/* table sizes, register widths, and such */
|
|
#ifndef SETTINGS_P4
|
|
#define SETTINGS_P4
|
|
|
|
#include <core.p4>
|
|
#include <v1model.p4>
|
|
|
|
#define THE_ANSWER_TO_LIFE_THE_UNIVERSE_AND_EVERYTHING 42
|
|
|
|
|
|
#endif
|