Skip to content

Commit 0aa2a4c

Browse files
committed
sdc: disable without YOSYS_ENABLE_TCL
1 parent 0295bd7 commit 0aa2a4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

passes/cmds/sdc/sdc.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifdef YOSYS_ENABLE_TCL
2+
13
#include "kernel/register.h"
24
#include "kernel/rtlil.h"
35
#include "kernel/log.h"
@@ -757,3 +759,4 @@ struct SdcPass : public Pass {
757759
} SdcPass;
758760

759761
YOSYS_NAMESPACE_END
762+
#endif

0 commit comments

Comments
 (0)