3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-13 10:44:45 +00:00

Returning unsigned int

This commit is contained in:
Alain Dargelas 2024-11-06 16:39:58 -08:00
parent 3ad51e06bc
commit 43186b2c7a
2 changed files with 3 additions and 3 deletions

View file

@ -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);