Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove firmware dependency on generated_bank_to_noc_coord_mapping.h #15070

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. #12844: Remove dependency on generated_bank_to_noc_coord_mapping.h

    Move the global arrays from generated_bank_to_noc_coord_mapping.h to
    brisc.cc and ncrisc.cc
    For Kernel, this global arrays are declared as extern in dataflow_api.h
    Allocate space in L1 for the host to copy array data during build.
    Firmware would then copy this data to the global array during init.
    spoojaryTT committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d0a5df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10526ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4771d26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31c7de2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1c797a View commit details
    Browse the repository at this point in the history