mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 11:35:20 +02:00
9 lines
166 B
C
9 lines
166 B
C
#include "kernel/yosys_common.h"
|
|
#ifndef OPENSTA_H
|
|
YOSYS_NAMESPACE_BEGIN
|
|
|
|
static const char* default_opensta_cmd = "sta";
|
|
|
|
YOSYS_NAMESPACE_END
|
|
#endif /* OPENSTA_H */
|