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

#0: Create Blackhole Bring-Up Programming Guide #12610

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions tech_reports/Blackhole/BlackholeBringUpProgrammingGuide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Blackhole Bring-Up Programming Guide

## Introduction

Information relevant to programming Blackhole while it is being brought up.

## Memory Alignment

- 32 bytes for L1
- 64 bytes for DRAM

## Command Buffer

BH cmd\_buffer is known to have issues, need to turn on cmd\_buffer\_fifo.
Instead of using noc\_cmd\_buf\_ready and cmd\_buffer for sending out mcast requests (as well as other read/write requests),
use cmd\_buffer\_fifo and CMD\_BUF\_AVAIL

## tt-smi

Depending on the firmware, tt-smi reset may not work and the board will need to be rebooted.
Loading