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

Improve ChipCounter sdram #446

Open
Christian-B opened this issue Jul 5, 2022 · 2 comments
Open

Improve ChipCounter sdram #446

Christian-B opened this issue Jul 5, 2022 · 2 comments
Assignees
Labels

Comments

@Christian-B
Copy link
Member

The ChipCounter added by #436

Has a hard coded sdram and n_cores_per_chip

This appears to have a tolerance for monitor sizes but there is no automated links.

Also no adjustment for the Ethernet chips

Not a blocker for #436
but should be looked at.

@rowleya
Copy link
Member

rowleya commented Mar 7, 2024

Potential idea: have a machine version n_scamp_cores and n_system_cores, and a machine version total cores, then when a new chip is added, remove the number of scamp cores and system cores from the total number of cores. Additionally have a machine version n_chips_per_board and n_system_cores_per_ethernet, then every n_chips_per_board also remove n_system_cores_per_ethernet.

@Christian-B
Copy link
Member Author

The number of system cores comes from cfg

ConfigHandler should be extended to

  1. Count the system cores
  2. Conisider version while counting

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

No branches or pull requests

2 participants