|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 86497689 于 2017-9-6 10:12 编辑
《How to use iDesignSpec to automatically generate UVM code》
Introduction
A register model can be written by hand. But, if the number of registers increases, this can become a big task and
is always a potential source for errors. So it is better to get an automatic Register Model generator like
IDesignSpec, as this may be helpful in number of ways:
• The register model can be re-generated whenever there is a change in the register definition.
• The register model can be generated efficiently without errors.
• It allows a common register specification to be used by the hardware, software and verification
engineering teams. |
|