mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-26 11:56:23 +00:00
Cleanup.
This commit is contained in:
parent
c6c44c5c9d
commit
d55f4daae2
4 changed files with 14 additions and 21 deletions
|
|
@ -1091,6 +1091,8 @@ public:
|
|||
// over/underflow, otherwise the max/min value for int depending on the sign.
|
||||
int as_int_saturating(bool is_signed = false) const;
|
||||
|
||||
void tag_bare_integer_const(const std::string &value);
|
||||
|
||||
std::string as_string(const char* any = "-") const;
|
||||
static Const from_string(const std::string &str);
|
||||
std::vector<RTLIL::State> to_bits() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue