mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Added "dump" command (part ilang backend)
This commit is contained in:
parent
5f2c5f9017
commit
21d9251e52
4 changed files with 119 additions and 29 deletions
|
@ -40,8 +40,8 @@ namespace ILANG_BACKEND {
|
|||
void dump_proc_sync(FILE *f, std::string indent, const RTLIL::SyncRule *sy);
|
||||
void dump_proc(FILE *f, std::string indent, const RTLIL::Process *proc);
|
||||
void dump_conn(FILE *f, std::string indent, const RTLIL::SigSpec &left, const RTLIL::SigSpec &right);
|
||||
void dump_module(FILE *f, std::string indent, const RTLIL::Module *module);
|
||||
void dump_design(FILE *f, const RTLIL::Design *design);
|
||||
void dump_module(FILE *f, std::string indent, const RTLIL::Module *module, const RTLIL::Design *design, bool only_selected);
|
||||
void dump_design(FILE *f, const RTLIL::Design *design, bool only_selected);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue