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.

DC Synthesis error while simulating System verilog module

Status
Not open for further replies.

satyakumar

Full Member level 3
Joined
May 18, 2006
Messages
186
Helped
20
Reputation
40
Reaction score
11
Trophy points
1,298
Location
Bangalore
Activity points
2,411
Hi all,
Im desiged an asynchronous FIFO in system verilog, and the module ports defined are using package declaration

eg: module afifo( input package_def::struct_def struct_inist,
input logic port1,
output logic port2);

And I tried to synthesize using DC, but it gave synthesize error on package declaration saying unsuported construct.

I didn't get any problem while doing simulation, my doubt is does DC won't support this type of port declaration.

Thanks to all
 

It means dc dosent support that construct. U can consult synopsys regarding that
Sumit
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top