Problem with Primetime link command: Unable to resolve reference

Status
Not open for further replies.

frankieyue

Newbie
Joined
Sep 14, 2022
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
22
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.
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!
 

Try this command before read_verilog
set link_path "* $link_path"

Just add * in your link_path
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…