Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 403
    • Issues 403
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #1893
Closed
Open
Created Apr 19, 2013 by Robert Bernecky@rbeDeveloper

WLPROP introduces dead CONDFUNs

Bugzilla Link 1065
Created on Apr 19, 2013 21:11
Resolution FIXED
Resolved on May 19, 2013 22:06
Version svn
OS Linux
Architecture PC

Extended Description

I am not sure if this is intentional behavior, or if it's entirely
wrong. WLPROP generates new COND_FUNs, leaving the old one in the syntax
tree, bereft of any callers. 
This makes the syntax tree grow. And grow. And grow.
What I see happening is that we have the following calling tree:
 main() -> Loop() -> Cond()
GLF is putting Cond() onto FUNDEF_NEXT( Loop), rather than
on FUNDEF_NEXT( main).
Not what we were hoping for. Likely a day-0 bug in GLF.
A typical failing example is the LACS unit test bugipbb.sac,
but I'll bet they all do this.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking