Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem with Primetime link command: Unable to resolve reference

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:
1687063292654.png


Thank you!
 
Try this command before read_verilog
set link_path "* $link_path"

Just add * in your link_path
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top