Menu

#428 SVE shows syntax error for correct code

v1.0_(example)
closed-fixed
None
5
2016-06-09
2016-06-06
Vinay Jain
No

SVE shows syntax error for below code! which is correct.

localparam integer WRSP_RPX_CREDIT_GEN [MAX_NUM_RP_ILL] = '{
                                                            WRSP_RP_PRESENT_MAX[0] ? WRSP_MAX_CREDIT_GEN : 0,
                                                            WRSP_RP_PRESENT_MAX[1] ? WRSP_MAX_CREDIT_GEN : 0,
                                                            WRSP_RP_PRESENT_MAX[2] ? WRSP_MAX_CREDIT_GEN : 0,
                                                            WRSP_RP_PRESENT_MAX[3] ? WRSP_MAX_CREDIT_GEN : 0,
                                                            WRSP_RP_PRESENT_MAX[4] ? WRSP_MAX_CREDIT_GEN : 0};

Related

Bugs: #428

Discussion

  • StevenAZ

    StevenAZ - 2016-06-07
    • status: open --> closed-fixed
     
  • StevenAZ

    StevenAZ - 2016-06-07

    Fixed in 1.8.7

     
    • Vinay Jain

      Vinay Jain - 2016-06-07

      When above version is planned to release?

       
      • Matthew Ballance

        Hi Vinay,
        Enough useful fixes had accumulated that I made a new release of
        SVEditor last night. The 1.8.7 release on the update site contains the fix.

        Best Regards,
        Matthew

        On Tue, Jun 7, 2016 at 3:33 PM, Vinay Jain vjain419@users.sf.net wrote:

        When above version is planned to release?

        Status: closed-fixed
        Group: v1.0_(example)
        Created: Mon Jun 06, 2016 10:20 AM UTC by Vinay Jain
        Last Updated: Tue Jun 07, 2016 01:27 PM UTC
        Owner: Matthew Ballance

        SVE shows syntax error for below code! which is correct.

        localparam integer WRSP_RPX_CREDIT_GEN [MAX_NUM_RP_ILL] = '{
        WRSP_RP_PRESENT_MAX[0] ? WRSP_MAX_CREDIT_GEN : 0,
        WRSP_RP_PRESENT_MAX[1] ? WRSP_MAX_CREDIT_GEN : 0,
        WRSP_RP_PRESENT_MAX[2] ? WRSP_MAX_CREDIT_GEN : 0,
        WRSP_RP_PRESENT_MAX[3] ? WRSP_MAX_CREDIT_GEN : 0,
        WRSP_RP_PRESENT_MAX[4] ? WRSP_MAX_CREDIT_GEN : 0};


        Sent from sourceforge.net because you indicated interest in
        https://sourceforge.net/p/sveditor/bugs/428/

        To unsubscribe from further messages, please visit
        https://sourceforge.net/auth/subscriptions/

         

        Related

        Bugs: #428

  • Vinay Jain

    Vinay Jain - 2016-06-09

    Thank you :) Matthew, I upgraded to 1.8.7 just now.

     

Log in to post a comment.