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.
是否有选项可以增加在e编译结束时报告的编译错误的数量?10对我来说太少了
谢谢!
是的,Specman 对此有一个配置标志。您可以使用:
设置配置杂项 -compilation_errors_num= new_number
这个标志的默认值确实是 10。