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 参数集?具体来说:
谢谢
目前不是,在完成一个define_params块后,参数集被冻结并主动阻止更改:
define_params
https://github.com/Origen-SDK/origen/blob/master/lib/origen/parameters.rb#L29
我支持添加一种update_params方法,该方法将现有参数集的内容复制到一个新的(未冻结的)参数集中,然后进行更新,然后将其冻结。
update_params