You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement support for software harvesting, meaning that clients can specify which rows should be "harvested". Use cases
Test different harvested rows, to simulate what would happen on harvested chip
Custom soc descriptors are going to use this as well
Questions
Should harvesting masks be adjusted for NOC layout. Meaning each bit [0, N-1] would be for some of the N rows of tensix cores, dram banks, eth cores...
Proposal
Have simple SoftwareHarvesting struct which should be comined with silicon harvesting masks
Implement support for software harvesting, meaning that clients can specify which rows should be "harvested". Use cases
Questions
Proposal
Have simple
SoftwareHarvesting
struct which should be comined with silicon harvesting masksThen have constructors for cluster/chip/soc descriptor which take maps of these structures for each chip in cluster.
Something similar to
simulated_harvesting_masks
at the momentThe text was updated successfully, but these errors were encountered: