Go to the source code of this file.
Definition at line 30 of file intersynth.cc.
35 conntypes_code.insert(
stringf(
"conntype b%d %d 2 %d\n", sig.
size(), sig.
size(), sig.
size()));
38 celltypes_code.insert(
stringf(
"celltype CONST_%d b%d *CONST cfg:%d VALUE\n", sig.
size(), sig.
size(), sig.
size()));
39 constcells_code.insert(
stringf(
"node CONST_%d_0x%x CONST_%d CONST CONST_%d_0x%x VALUE 0x%x\n",
std::string stringf(const char *fmt,...)
static std::string unescape_id(std::string str)
const char * log_signal(const RTLIL::SigSpec &sig, bool autoint)
void log_error(const char *format,...)
bool is_fully_const() const
int as_int(bool is_signed=false) const
RTLIL::Wire * as_wire() const