3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 17:31:59 +00:00

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

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