mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-13 10:44:45 +00:00
Returning unsigned int
This commit is contained in:
parent
3ad51e06bc
commit
43186b2c7a
2 changed files with 3 additions and 3 deletions
|
@ -1592,7 +1592,7 @@ public:
|
|||
RTLIL::SigSpec FutureFF (RTLIL::IdString name, const RTLIL::SigSpec &sig_e, const std::string &src = "");
|
||||
|
||||
std::string rtlil_dump();
|
||||
std::string rtlil_hash();
|
||||
unsigned int rtlil_hash();
|
||||
|
||||
#ifdef WITH_PYTHON
|
||||
static std::map<unsigned int, RTLIL::Module*> *get_all_modules(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue