Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • YARR YARR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 67
    • Issues 67
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 47
    • Merge requests 47
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • YARR
  • YARRYARR
  • Issues
  • #92

Closed
Open
Created Jan 22, 2021 by Jia Jian Teoh@jteohDeveloper

Seperate reset function for reseting all ASICs on the same control segment (TX channel)

Problem: (FELIX-NetIO related) The reset command is a broadcast command, it affects all ASICs that share the same control line. Currently (at least for Strip case) the reset function is embedded in StarChips::configure, which scanConsole calls in a loop over all the FEChips. This create problem when several hybrids share the same control segment, i.e TX e-link. Only the last hybrids/module in the same control segment will be configure properly as previous hybrids being reset by the next hybrid configuration loop.

Suggestion: A seperate virtual reset method in FrontEnd.h plus a separate reset loop that loop through a unique list of TX channel before the configuration loop.

Any other things we need to think about in the startup procedure?

Assignee
Assign to
Time tracking