mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added log_const() API
This commit is contained in:
parent
3c6d31fd06
commit
39da8eddae
2 changed files with 19 additions and 0 deletions
|
@ -79,6 +79,7 @@ void log_reset_stack();
|
|||
void log_flush();
|
||||
|
||||
const char *log_signal(const RTLIL::SigSpec &sig, bool autoint = true);
|
||||
const char *log_const(const RTLIL::Const &value, bool autoint = true);
|
||||
const char *log_id(RTLIL::IdString id);
|
||||
|
||||
template<typename T> static inline const char *log_id(T *obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue