yosys/techlibs/common/opensta.h

9 lines
166 B
C
Raw Normal View History

2025-11-14 16:06:46 +01:00
#include "kernel/yosys_common.h"
#ifndef OPENSTA_H
YOSYS_NAMESPACE_BEGIN
static const char* default_opensta_cmd = "sta";
YOSYS_NAMESPACE_END
#endif /* OPENSTA_H */