sdc: disable without YOSYS_ENABLE_TCL

This commit is contained in:
Emil J. Tywoniak 2025-10-08 14:57:28 +02:00
parent 0295bd7c97
commit 0aa2a4c260
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#ifdef YOSYS_ENABLE_TCL
#include "kernel/register.h"
#include "kernel/rtlil.h"
#include "kernel/log.h"
@ -757,3 +759,4 @@ struct SdcPass : public Pass {
} SdcPass;
YOSYS_NAMESPACE_END
#endif