|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
本帖最后由 jiazhang 于 2015-5-10 18:53 编辑
man compile_ultra 中的 -spg解释到:
Physical guidance enables Design Compiler Graphical to save coarse placement information and pass this coarse placement information to
IC Compiler. With this coarse placement, IC Compiler can begin the implementation flow with the place_opt
command.
采用DCT FLOW,先再icc中创建了core的基本形状和大小,然后进行了coarse placement,write floorplan信息出来,最后在 dc-topo 中用
综合时 命令用的 compile_ultra -gate_clock -scan -spg ,综合之后保存了 .ddc 和 .def 文件
然后打开icc,先创建了一个 milkyway lib,然后依次读入 .ddc 和 .def 文件,然后直接 place_opt -spg
为什么直接报错了,提示 “No floorplan is defined for the current design for incremental physical synthesis“
难道必须先创建floorplan之后才能用place_opt -spg吗 那如果我这次的floorplan创建的core的形状大小与之前的不一样,那岂不是综合时时
候 -spg 保存的coarse placement信息没有用了吗 |
|