3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-22 21:51:28 +00:00

opensta: refactor default command

This commit is contained in:
Emil J. Tywoniak 2025-11-14 16:06:46 +01:00
parent a5b6c3cc19
commit 411fc149df
3 changed files with 13 additions and 5 deletions

View file

@ -0,0 +1,8 @@
#include "kernel/yosys_common.h"
#ifndef OPENSTA_H
YOSYS_NAMESPACE_BEGIN
static const char* default_opensta_cmd = "sta";
YOSYS_NAMESPACE_END
#endif /* OPENSTA_H */