|
| setunset_t (std::string unset_name) |
|
| setunset_t (std::string set_name, std::vector< std::string > args, size_t &argidx) |
|
Definition at line 27 of file setattr.cc.
setunset_t::setunset_t |
( |
std::string |
unset_name | ) |
|
|
inline |
Definition at line 33 of file setattr.cc.
static std::string escape_id(std::string str)
setunset_t::setunset_t |
( |
std::string |
set_name, |
|
|
std::vector< std::string > |
args, |
|
|
size_t & |
argidx |
|
) |
| |
|
inline |
Definition at line 35 of file setattr.cc.
37 if (!
args[argidx].empty() &&
args[argidx][0] ==
'"') {
38 std::string str =
args[argidx++].substr(1);
39 while (str.size() != 0 && str[str.size()-1] !=
'"' && argidx <
args.size())
40 str +=
args[argidx++];
41 if (str.size() != 0 && str[str.size()-1] ==
'"')
42 str = str.substr(0, str.size()-1);
RTLIL::Const as_const() const
static std::string escape_id(std::string str)
void log_cmd_error(const char *format,...)
static bool parse(RTLIL::SigSpec &sig, RTLIL::Module *module, std::string str)
The documentation for this struct was generated from the following file: