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.

Synopsys PrimeTime (PT) Verilog :Error

Status
Not open for further replies.

Engineer10

Newbie level 3
Joined
Apr 8, 2016
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
Montpellier
Activity points
47
Hi,
I am a new user of Synopsys Primetime. I have a verilog design.
I want create an SDF File with Primetime, but the tool give this error plz someone can help me to resolve it :

pt_shell> set search_path
pt_shell> set link_path
*
pt_shell> read_verilog tb_b01_AB.v
Pre-processing Verilog file '/auto/zourgani/Bureau/B01/tb_b01_AB.v'...
Loading verilog file '/auto/zourgani/Bureau/B01/tb_b01_AB.v'
Warning: Ignored 'parameter' construct
at line 40 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Warning: Ignored 'parameter' construct
at line 41 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Warning: Ignored 'parameter' construct
at line 42 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Warning: Ignored 'parameter' construct
at line 43 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Warning: Ignored 'parameter' construct
at line 44 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Warning: Ignored 'parameter' construct
at line 45 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Warning: Ignored 'parameter' construct
at line 46 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Warning: Ignored 'parameter' construct
at line 47 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Warning: Ignored 'parameter' construct
at line 48 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Warning: Ignored 'parameter' construct
at line 49 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-24)
Error: Expected '(' but found ','
at line 50 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-4)
Information: Errors reading file '/auto/zourgani/Bureau/B01/tb_b01_AB.v'. (DBR-002)
 
Last edited by a moderator:

How do you think anyone can answer your question if you do not include a copy of tb_b01_AB.v?
 

it looks like this file is a testbench?

all the warning are probably simulation-only constructs that you shouldn't have used used in the first place.
 
@jt_eaton : Sorry that was my fault
@ThisIsNotSam : yeah is an Testbench file Thank you So much, I have to create an SDF file Juste for my principale design
 

Error: Expected '(' but found ','
at line 50 in ' "/auto/zourgani/Bureau/B01/tb_b01_AB.v" '. (SVR-4)
Information: Errors reading file '/auto/zourgani/Bureau/B01/tb_b01_AB.v'.

Please post the tb_b01_AB.v file/contents here or self-recheck line 50 the file.
It looks like a syntax error: Expected '(' but found ',' at line 50
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top