• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. Is it a bug of report filed that quickly click the left...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 125
  • Views 4535
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it a bug of report filed that quickly click the left and right button alternatively?

JamesJames
JamesJames over 1 year ago

Hi All,

I get some warning message that if I double click left button and one right click button of mouse, and currently version is: ic_6.18.240

how can I avoid this warning message

Warning message is like:


PARSER WARNING at line 1 column 39 of file *string*
*WARNING* (Parser): illegal character '%' ignored

hiReportSelectItems(form->field (list %2) t)
^
PARSER WARNING at line 1 column 39 of file *string*
*WARNING* (Parser): illegal character '%' ignored


and code:


nodeList = list('("M2@200|GATE")  '("M2@199|GATE")  '("M2@198|GATE")  '("M2@197|GATE")  '("M2@196|GATE") '("M2@195|GATE"))

procedure(test1()
  let((field)
    field = hiCreateReportField(
      ?name             'field
      ?choices          nodeList
      ; ?callback         "PENetlistBoxCB_1()"
      ?selectMode       'single
      ?headers list(
                    list( "Node" 156 'left 'string t )
                  )
      )
     
      form = hiCreateLayoutForm(
        'form
        "quickly click left & right button"
        hiCreateVerticalBoxLayout(
          'formVbox
          ?scrollable t
          ?items list( field  )
        )
        ?initialSize '(406 300)
        ?buttonLayout '(Empty (OK "okcb()")(Cancel "cancelcb()"))
      )
      hiDisplayForm(form)
  )
)

test1()

  • Cancel
  • JamesJames
    JamesJames over 1 year ago

    If I set the selectMode as 'extend / 'browse / 'multiple, the warning message will not appear,

    So I guess this might be a bug

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago in reply to JamesJames

    Yes, it's a bug. I found 3 reports of this already, but it seems that 2 at least were misfiled against the wrong R&D team. I created a new Cadence Change Request (CCR) 2923929 with your simple testcase and duplicated the set together. I can reproduce this easily by single-clicking on a row and then double-clicking on the same row.

    It's been there for some time - it was there in IC6.1.7 too, and it's still there in IC23.1.

    If you want to track this, please contact customer support and request that a duplicate CCR is filed (mention the CCR number 2923929). Currently all the requests have been internal, so having a customer name against it always helps for prioritisation.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • JamesJames
    JamesJames over 1 year ago in reply to Andrew Beckett

    Thanks for your confirm, Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information