-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update hw_management_independent_mode_update.py
commit the new content of hw_management_independent_mode_update.py including following APIs //helper functions def get_asic_count(): def get_module_count(): def check_asic_index(asic_index): def check_module_index(asic_index, module_index): //actual APIs to be used by external module def module_data_set_module_counter(module_counter): def thermal_data_set_asic(asic_index, temperature, warning_threshold, critical_threshold, fault=0): def thermal_data_set_module(asic_index, module_index, temperature, warning_threshold, critical_threshold, fault=0) def thermal_data_clean_asic(asic_index): def thermal_data_clean_module(asic_index, module_index):
- Loading branch information
1 parent
ca195bf
commit 60efc73
Showing
1 changed file
with
181 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters