mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added memhasher (yosys -M)
This commit is contained in:
parent
445686cba3
commit
8773fd5897
4 changed files with 56 additions and 2 deletions
|
@ -1766,6 +1766,9 @@ RTLIL::Cell::Cell() : module(nullptr)
|
|||
{
|
||||
static unsigned int hashidx_count = 0;
|
||||
hashidx_ = hashidx_count++;
|
||||
|
||||
// log("#memtrace# %p\n", this);
|
||||
memhasher();
|
||||
}
|
||||
|
||||
bool RTLIL::Cell::hasPort(RTLIL::IdString portname) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue