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

Collection of small watcher fixes #17061

Merged
merged 3 commits into from
Jan 24, 2025
Merged

Conversation

tt-dma
Copy link
Contributor

@tt-dma tt-dma commented Jan 23, 2025

A collection of watcher bugfixes:
Fix local L1 santization on ethernet: #16716
Fix mentions of physical coords in watcher/dprint: #16474
Fix noc sanitization for virtual coords: #16539

Checklist

// For ethernet core, need to have smaller buffer at a different address
if (is_eth_core) {
l1_buffer_size = 1024;
l1_buffer_addr = 200 * 1024;
Copy link
Contributor

Choose a reason for hiding this comment

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

can we grab this from the hal? unreserved base of coord type

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@tt-dma tt-dma force-pushed the dma/16716_sanitize_eth_cores_fix branch from 8e5e5ae to cd05c58 Compare January 24, 2025 18:21
@tt-dma tt-dma merged commit 8a59830 into main Jan 24, 2025
187 checks passed
@tt-dma tt-dma deleted the dma/16716_sanitize_eth_cores_fix branch January 24, 2025 23:19
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