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:
parent
0295bd7c97
commit
0aa2a4c260
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue