Skip to content

Commit

Permalink
#0: Create Blackhole Bring-Up Programming Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT committed Sep 12, 2024
1 parent 30cb8f5 commit be3c84b
Showing 1 changed file with 20 additions and 0 deletions.
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.

0 comments on commit be3c84b

Please sign in to comment.