17#ifndef CONTROL_PLANE_BYTESTRINGS_H_
18#define CONTROL_PLANE_BYTESTRINGS_H_
23#include "lib/big_int_util.h"
36std::optional<std::string>
stringRepr(
const IR::Constant *constant,
int width);
38std::optional<std::string>
stringRepr(
const IR::BoolLiteral *constant,
int width);
TODO(antonin): High level goals of the generator go here!!
Definition bfruntime_arch_handler.h:52
std::optional< std::string > stringRepr(const IR::Constant *constant, int width)
Definition bytestrings.cpp:58
std::optional< std::string > stringReprConstant(big_int value, int width)
Definition bytestrings.cpp:29
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:24