mirror of https://github.com/YosysHQ/yosys.git
Fixed release build
This commit is contained in:
parent
375aa71dfe
commit
95ac484548
|
@ -1291,8 +1291,10 @@ RTLIL::Memory::Memory()
|
||||||
|
|
||||||
void RTLIL::Cell::check()
|
void RTLIL::Cell::check()
|
||||||
{
|
{
|
||||||
|
#ifndef NDEBUG
|
||||||
InternalCellChecker checker(NULL, this);
|
InternalCellChecker checker(NULL, this);
|
||||||
checker.check();
|
checker.check();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
RTLIL::SigChunk::SigChunk()
|
RTLIL::SigChunk::SigChunk()
|
||||||
|
|
Loading…
Reference in New Issue