|
Message
From: Noone Hanoch<noone@h...>
Date: Tue Sep 14 22:29:38 CEST 2004
Subject: [oc] Re: I2C syntax error in Synopsys
Sorry,I forgot to mention which file has the error: i2c_master_bit_ctrl.v jh On Tue, 2004-09-14 at 15:26, Noone Hanoch wrote: > 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: attachment.htm
|