mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-22 13:41:27 +00:00
sdc: disable without YOSYS_ENABLE_TCL
This commit is contained in:
parent
033a2d5a67
commit
229123eb87
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