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
  • #1703
Closed
Open
Created Jun 02, 2009 by Carl Joslin@cajGuest

wlsd and cvp do not play nice together

Bugzilla Link 501
Created on Jun 02, 2009 12:38
Resolution FIXED
Resolved on Sep 03, 2009 11:30
Version 1.00beta
OS Linux
Architecture PC
Attachments tutu.rw3, tutu.cvp, loop10.sac

Extended Description

wlsd reuses variable names in different parts of a with3 tree then cvp uses the first instants.
ac = 0
bc = 1
av = ac
av = bc
av
which cvp changes to:
0 ( av -> ac -> 0) first use
and not:
1 ( av -> bc -> 1) second use
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking