mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 21:03:40 +00:00
Added "read_verilog -dump_rtlil"
This commit is contained in:
parent
8537c4d206
commit
a7b0769623
5 changed files with 38 additions and 9 deletions
|
@ -85,6 +85,7 @@ template<typename T> static inline const char *log_id(T *obj) {
|
|||
return log_id(obj->name);
|
||||
}
|
||||
|
||||
void log_module(RTLIL::Module *module, std::string indent = "");
|
||||
void log_cell(RTLIL::Cell *cell, std::string indent = "");
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue