ILM (Interface Logic Model ) basic flow using ICC

ILM stands for Interface Logic Model.
In a hierarchical design, we usually convert sub-module to ILM block during implementation.
Following flow is an example of create ILM block using Synopsys IC Compiler(ICC):


ILM stands for Interface Logic Model.
In a hierarchical design, we usually convert sub-module to ILM block during implementation.
Following flow is an example of create ILM block using Synopsys IC Compiler(ICC):


open_mw_cel top_design
create_plan_groups sub_module
create_placement
legalize_placement
allocate_fp_budgets
route_global
analyze_fp_routing -finalize_pins_feedthroughs plan_groups
commit_fp_plan_groups sub_module
save_mw_cel -hierarchy
close_mw_cel sub_module
create_ilm_models sub_module

Leave a Reply

Your email address will not be published. Required fields are marked *