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 web compile命令后,会生成 Web 文档,其中每个测试都列出了一组数据,特别是测试名称和模式名称。
origen web compile
是否可以包括所有测试数据,例如使用的水平集或其他详细信息?
谢谢
您分配给测试套件/实例的meta属性(Ruby 哈希)的任何内容都将出现在文档中。
meta
my_test_suite.meta = { vdd: "Max", speed: "200MHz" }