LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cores > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: Noone Hanoch<noone@h...>
    Date: Tue Sep 14 22:26:25 CEST 2004
    Subject: [oc] I2C syntax error in Synopsys
    Top
    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


    Follow upAuthor
    [oc] Re: I2C syntax error in SynopsysNoone Hanoch

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.