• 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 SKILL
  3. RexCompile Buffer Length Exceeds

Stats

  • Locked Locked
  • Replies 8
  • Subscribers 143
  • Views 4545
  • 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

RexCompile Buffer Length Exceeds

Henry Monro
Henry Monro over 1 year ago

Error* rexCompile: pattern for regular expression exceeds buffer length.
Is there any way how i can increase the length/size of the rexcompile buffer?

  • Cancel
Parents
  • mbracht
    mbracht over 1 year ago

    Hi Henry,

    I don't think so - 512 characters is as far as I know the limit. Just out of curiosity - what pattern is it that exceeds 512 characters?
    You might also try the pcre version of rexCompile - pcreCompile(). Maybe it doesn't have that limitation.

    Max

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

    I just did some experiments and pcreCompile allows a pattern which is a maximum of 32764 (slightly less than 2^31) characters long. rexCompile is ancient and very limited, so I'd encourage you to use the pcre functions as Max suggested.

    Andrew

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

    I just did some experiments and pcreCompile allows a pattern which is a maximum of 32764 (slightly less than 2^31) characters long. rexCompile is ancient and very limited, so I'd encourage you to use the pcre functions as Max suggested.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • Henry Monro
    Henry Monro over 1 year ago in reply to Andrew Beckett

    Thanks 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