Richa Verma
Newbie level 5
- Joined
- Jun 9, 2014
- Messages
- 10
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 72
Hi
I am getting following error while performing LEC with Cadence conformal.
Error: PARSE_ERROR: Parsing syntax error
// Missing a left parenthesis in an instantiation statement
The line of code for which this error is shown is :
NOTE: before giving error, conformal showed following warning.
Identifier 'localparam' is a Verilog 2001 keyword
Code is compiled correctly with ncsim and did not show any syntax error also, after reviewing code throughly I do not find any need to add parenthesis.
Thanks in Advance!
Richa
I am getting following error while performing LEC with Cadence conformal.
Error: PARSE_ERROR: Parsing syntax error
// Missing a left parenthesis in an instantiation statement
The line of code for which this error is shown is :
Code:
localparam MC_AUXM = (MC_AUX == 0) ? 1 : MC_AUX ;
NOTE: before giving error, conformal showed following warning.
Identifier 'localparam' is a Verilog 2001 keyword
Code is compiled correctly with ncsim and did not show any syntax error also, after reviewing code throughly I do not find any need to add parenthesis.
Thanks in Advance!
Richa