|
Message
From: Noone Hanoch<noone@h...>
Date: Tue Sep 14 22:26:25 CEST 2004
Subject: [oc] I2C syntax error in Synopsys
Hi,I'm using the i2c core in an ASIC I'm working on and I'm getting a syntax error in Synopsys.
Here's the error I'm getting:
"Syntax error at or near token 'enum_state"
Here's the line of code being complained about:
reg [16:0] c_state; // synopsys enum_state
I contacted Synopsys support and they are telling me that the _ should be removed and replaced with a space as follows:
reg [16:0] c_state; // synopsys enum state
Does anyone concur with this solution? If so I guess someone can make the change to the code?
Thanks, Jeff Hanoch
|