DesignCompiler でモジュールごとの面積内訳を見たい場合,階層構造の展開をやめた上で,report_area に -hierarchy オプションを付ける.compile_ultra はデフォルトで階層を展開して論理と回路を最適化してしまうので,-no_autoungroup オプションを付ける.
dc_shell> compile_ultra -no_autoungroup
dc_shell> report_area -hierarchy
同じように,電力も階層ごとに見ることが出来ます.
dc_shell> report_power -hierarchy
compile_ultra はデフォルトで階層を展開するので,
dc_shell> compile -ungroup_all
dc_shell> compile_ultra
と compile コマンドと compiler_ultra コマンドを併用する必要は無いようだ.DesignCompiler R-2020.09-SP4 でのお話です.
0 件のコメント:
コメントを投稿