|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 RNA2012 于 2019-6-30 06:01 编辑
Low-power verification的时候遇到下面这个Error, 基本上SRAM,ROM和io PAD这些hard macro有多个电源,但UPF里只定义了core logic的power domain. 请问这种情况应该如何解决?
################################################################################
# Purpose:
# This report contains multi supply instances with missing connect_supply_net
# command.
################################################################################
################################################################################
# Section I: Cells with "is_macro: true" attribute
################################################################################
################################################################################
# Section II: Always On Cells
################################################################################
################################################################################
# Section III: Cells which do not have "drc_blockgroup: stdcell" set
################################################################################
#Master cell = asdvlsph4s1p2048x72m8b1wc0p1d0t1s10; Power Domain = PD_SLP_0V9
connect_supply_net <supply_net> -ports inst_boot_romc/inst_rom/VDD
connect_supply_net <supply_net> -ports inst_boot_romc/inst_rom/VDDPI |
|