yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ilang_backend.h File Reference
#include "kernel/yosys.h"
#include <stdio.h>
+ Include dependency graph for ilang_backend.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ILANG_BACKEND
 

Functions

void ILANG_BACKEND::dump_const (std::ostream &f, const RTLIL::Const &data, int width=-1, int offset=0, bool autoint=true)
 
void ILANG_BACKEND::dump_sigchunk (std::ostream &f, const RTLIL::SigChunk &chunk, bool autoint=true)
 
void ILANG_BACKEND::dump_sigspec (std::ostream &f, const RTLIL::SigSpec &sig, bool autoint=true)
 
void ILANG_BACKEND::dump_wire (std::ostream &f, std::string indent, const RTLIL::Wire *wire)
 
void ILANG_BACKEND::dump_memory (std::ostream &f, std::string indent, const RTLIL::Memory *memory)
 
void ILANG_BACKEND::dump_cell (std::ostream &f, std::string indent, const RTLIL::Cell *cell)
 
void ILANG_BACKEND::dump_proc_case_body (std::ostream &f, std::string indent, const RTLIL::CaseRule *cs)
 
void ILANG_BACKEND::dump_proc_switch (std::ostream &f, std::string indent, const RTLIL::SwitchRule *sw)
 
void ILANG_BACKEND::dump_proc_sync (std::ostream &f, std::string indent, const RTLIL::SyncRule *sy)
 
void ILANG_BACKEND::dump_proc (std::ostream &f, std::string indent, const RTLIL::Process *proc)
 
void ILANG_BACKEND::dump_conn (std::ostream &f, std::string indent, const RTLIL::SigSpec &left, const RTLIL::SigSpec &right)
 
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)
 
void ILANG_BACKEND::dump_design (std::ostream &f, RTLIL::Design *design, bool only_selected, bool flag_m=true, bool flag_n=false)