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
and the code in this file1.vhd is:
anyone who can help on this? thanks.
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.