frankieyue
Newbie
Hi! Primetime complains that it cannot resolve modules in post-synthesys netlist. Could anyone please help me out? Really appreciate it!
I am reading in a single post-APR netlist file "pe_top.mapped.v". The netlist file consists of multiple submodules (pe_top_delay_unit_short_fanout_36_WIDTH16_DELAY6_2, etc.) inside and a top-module (pe_top) in the end of the file.
Primetime Q-2019.12-SP4, on a RHEL 8 machine.
Below is my tcl script for primetime.
There are no warnings or errors before the "link" command.
The link.rpt is:
Thank you!
I am reading in a single post-APR netlist file "pe_top.mapped.v". The netlist file consists of multiple submodules (pe_top_delay_unit_short_fanout_36_WIDTH16_DELAY6_2, etc.) inside and a top-module (pe_top) in the end of the file.
Primetime Q-2019.12-SP4, on a RHEL 8 machine.
Below is my tcl script for primetime.
set power_enable_analysis TRUE
set power_analysis_mode time_based
set search_path "."
set link_path [glob "$SVT_TECH_DIR/<technology>.db" "memory/*.db"]
read_verilog pe_top.mapped.v
list_design
current_design pe_top
link -verbose > link.rpt
There are no warnings or errors before the "link" command.
The link.rpt is:
Thank you!