mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-13 02:34:44 +00:00
RTLIL Module dump and hash
This commit is contained in:
parent
37914ff129
commit
39c2d7aa60
2 changed files with 29 additions and 0 deletions
|
@ -1591,6 +1591,9 @@ public:
|
|||
RTLIL::SigSpec OriginalTag (RTLIL::IdString name, const std::string &tag, const RTLIL::SigSpec &sig_a, const std::string &src = "");
|
||||
RTLIL::SigSpec FutureFF (RTLIL::IdString name, const RTLIL::SigSpec &sig_e, const std::string &src = "");
|
||||
|
||||
std::string rtlil_dump();
|
||||
std::string rtlil_hash();
|
||||
|
||||
#ifdef WITH_PYTHON
|
||||
static std::map<unsigned int, RTLIL::Module*> *get_all_modules(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue