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

Explain harvesting mask in soc descriptor #536

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

broskoTT
Copy link
Contributor

Issue

Description

Updating a comment to make harvesting masks clearer

List of the changes

Testing

API Changes

@@ -122,6 +122,15 @@ class tt_SocDescriptor {
int eth_l1_size;
bool noc_translation_id_enabled;
uint64_t dram_bank_size;

// Harvesting mask is reported in logical coordinates, meaning the index of a bit that is set corresponds to the
// index of the row (in case of Tensix), or the index of the channel (in case of DRAM), or the index of the core
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: index of the row (Wormhole) or column (Blackhole)

@@ -122,6 +122,15 @@ class tt_SocDescriptor {
int eth_l1_size;
bool noc_translation_id_enabled;
uint64_t dram_bank_size;

// Harvesting mask is reported in logical coordinates, meaning the index of a bit that is set corresponds to the
// index of the row (in case of Tensix), or the index of the channel (in case of DRAM), or the index of the core
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: for ETH we also call it channel, maybe better than core. You can decide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants