|
yosys-master
|
Functions | |
| void | dump_const (std::ostream &f, const RTLIL::Const &data, int width=-1, int offset=0, bool autoint=true) |
| void | dump_sigchunk (std::ostream &f, const RTLIL::SigChunk &chunk, bool autoint=true) |
| void | dump_sigspec (std::ostream &f, const RTLIL::SigSpec &sig, bool autoint=true) |
| void | dump_wire (std::ostream &f, std::string indent, const RTLIL::Wire *wire) |
| void | dump_memory (std::ostream &f, std::string indent, const RTLIL::Memory *memory) |
| void | dump_cell (std::ostream &f, std::string indent, const RTLIL::Cell *cell) |
| void | dump_proc_case_body (std::ostream &f, std::string indent, const RTLIL::CaseRule *cs) |
| void | dump_proc_switch (std::ostream &f, std::string indent, const RTLIL::SwitchRule *sw) |
| void | dump_proc_sync (std::ostream &f, std::string indent, const RTLIL::SyncRule *sy) |
| void | dump_proc (std::ostream &f, std::string indent, const RTLIL::Process *proc) |
| void | dump_conn (std::ostream &f, std::string indent, const RTLIL::SigSpec &left, const RTLIL::SigSpec &right) |
| void | dump_module (std::ostream &f, std::string indent, RTLIL::Module *module, RTLIL::Design *design, bool only_selected, bool flag_m=true, bool flag_n=false) |
| void | dump_design (std::ostream &f, RTLIL::Design *design, bool only_selected, bool flag_m=true, bool flag_n=false) |
| void ILANG_BACKEND::dump_cell | ( | std::ostream & | f, |
| std::string | indent, | ||
| const RTLIL::Cell * | cell | ||
| ) |
Definition at line 156 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_conn | ( | std::ostream & | f, |
| std::string | indent, | ||
| const RTLIL::SigSpec & | left, | ||
| const RTLIL::SigSpec & | right | ||
| ) |
Definition at line 263 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| YOSYS_NAMESPACE_BEGIN void ILANG_BACKEND::dump_const | ( | std::ostream & | f, |
| const RTLIL::Const & | data, | ||
| int | width = -1, |
||
| int | offset = 0, |
||
| bool | autoint = true |
||
| ) |
Definition at line 33 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_design | ( | std::ostream & | f, |
| RTLIL::Design * | design, | ||
| bool | only_selected, | ||
| bool | flag_m = true, |
||
| bool | flag_n = false |
||
| ) |
Definition at line 363 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_memory | ( | std::ostream & | f, |
| std::string | indent, | ||
| const RTLIL::Memory * | memory | ||
| ) |
Definition at line 139 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_module | ( | std::ostream & | f, |
| std::string | indent, | ||
| RTLIL::Module * | module, | ||
| RTLIL::Design * | design, | ||
| bool | only_selected, | ||
| bool | flag_m = true, |
||
| bool | flag_n = false |
||
| ) |
Definition at line 272 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_proc | ( | std::ostream & | f, |
| std::string | indent, | ||
| const RTLIL::Process * | proc | ||
| ) |
Definition at line 249 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_proc_case_body | ( | std::ostream & | f, |
| std::string | indent, | ||
| const RTLIL::CaseRule * | cs | ||
| ) |
Definition at line 181 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_proc_switch | ( | std::ostream & | f, |
| std::string | indent, | ||
| const RTLIL::SwitchRule * | sw | ||
| ) |
Definition at line 196 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_proc_sync | ( | std::ostream & | f, |
| std::string | indent, | ||
| const RTLIL::SyncRule * | sy | ||
| ) |
Definition at line 224 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_sigchunk | ( | std::ostream & | f, |
| const RTLIL::SigChunk & | chunk, | ||
| bool | autoint = true |
||
| ) |
Definition at line 86 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_sigspec | ( | std::ostream & | f, |
| const RTLIL::SigSpec & | sig, | ||
| bool | autoint = true |
||
| ) |
Definition at line 100 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function:| void ILANG_BACKEND::dump_wire | ( | std::ostream & | f, |
| std::string | indent, | ||
| const RTLIL::Wire * | wire | ||
| ) |
Definition at line 114 of file ilang_backend.cc.
Here is the call graph for this function:
Here is the caller graph for this function: