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.

VHDL synthesis error using synplify premier

Status
Not open for further replies.

xranger

Newbie level 3
Joined
Jan 21, 2010
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
Hello,
I encountered a error when I use synplify preimier to synthesis a VHDL design.
the log is
Code:
@E: CD505 :"/filepath/file1.vhd:497:30:497:36|type:Expecting enumeration literal
1 error parsing file /filepath/file1.vhd

and the code in this file1.vhd is:
Code:
497    type  start is (INIT, DEFAULT, ABORT, NOACT);
498   signal start_state : start;

anyone who can help on this? thanks.
 

Thanks for you reply. But, the Modelsim compilation is OK. I am confused... Dose any features that Synplify not support?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top