Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序代码中,我有可能在程序或模式生成运行中遇到的逻辑,我需要以不同的方式处理它们。
如何判断 Origen 当前是否正在生成模式或程序,或任何其他命令?
Origen.current_command将返回当前正在执行的命令的名称。
Origen.current_command
这将以字符串格式返回命令的全名,即如果您运行origen g my_pattern,它将返回"generate".
origen g my_pattern
"generate"
最常用的 Origen 命令的全名是: