upf学习


1. set_scope用来定位当前scope,表明UPF command应该在hierarchy中的哪个位置执行。

2. set_design_top用来联系UPF和design module,该UPF将应用到每个由该module例化的instance。

3. port和net的区别:port是指module的接口,连接相邻的hierarchy,而net是module内部的,连接各个port。

4. power domain:在物理上,同一个power domain的instance会放在一起,并由相同的电源供电。power domain定义时,一般会指定该处在domain的最高层instance。子instance的默认domain跟它的上层instance一致。子instance如果处在不同的domain, 需要显式地从该domain中移除,或者在对应的domain中指定。

5. isolation的作用是,防止大电流损害电路,以及防止不定态影响电路逻辑。isolation cell有两种模式:normal模式,作用类似buffer,isolation模式,输出(clamp)一个特定值。模式通过isolation enable信号来选择。isolation cell 可放在power domain的input或者output。

6. 如果两个相邻的power domain电压不一样,需要用到level-shifter。

7. isolation和level-shifter功能通常放在同一个cell里面。

8. add_power_state 与 create_pst/add_pst_state combination的作用类似,都用来指定power状态信息。

9. create_power_switch的作用是插入一个switch可以用来关断输出电压。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM