Configuration for Cacti.
More...
|
def | __init__ (self) |
|
def | change_default_value (self, list[str] name_list, list[Any] new_value_list) |
|
def | write_config (self, list[Any] user_config, str path) |
|
def | call_cacti (self, str path) |
|
def | cacti_auto (self, list[Any] user_input, str path) |
| user_input format can be 1 out of these 3: user_input = ['default'] user_input = ['single', [['mem_type', 'technology', ...], ['"ram"', 0.028, ...]] user_input = ['sweep', ['IO_bus_width'/'']] More...
|
|
◆ __init__()
◆ cacti_auto()
def cacti_auto |
( |
|
self, |
|
|
list[Any] |
user_input, |
|
|
str |
path |
|
) |
| |
user_input format can be 1 out of these 3: user_input = ['default'] user_input = ['single', [['mem_type', 'technology', ...], ['"ram"', 0.028, ...]] user_input = ['sweep', ['IO_bus_width'/'']]
◆ call_cacti()
def call_cacti |
( |
|
self, |
|
|
str |
path |
|
) |
| |
◆ change_default_value()
def change_default_value |
( |
|
self, |
|
|
list[str] |
name_list, |
|
|
list[Any] |
new_value_list |
|
) |
| |
◆ write_config()
def write_config |
( |
|
self, |
|
|
list[Any] |
user_config, |
|
|
str |
path |
|
) |
| |
◆ baseline_config
The documentation for this class was generated from the following file: