hwcomponents-adc 1.0.15__py3-none-any.whl → 1.0.16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hwcomponents_adc/_version.py +2 -2
- hwcomponents_adc/main.py +1 -1
- {hwcomponents_adc-1.0.15.dist-info → hwcomponents_adc-1.0.16.dist-info}/METADATA +1 -1
- {hwcomponents_adc-1.0.15.dist-info → hwcomponents_adc-1.0.16.dist-info}/RECORD +6 -6
- {hwcomponents_adc-1.0.15.dist-info → hwcomponents_adc-1.0.16.dist-info}/WHEEL +0 -0
- {hwcomponents_adc-1.0.15.dist-info → hwcomponents_adc-1.0.16.dist-info}/top_level.txt +0 -0
hwcomponents_adc/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 0,
|
|
31
|
+
__version__ = version = '1.0.16'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 0, 16)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
hwcomponents_adc/main.py
CHANGED
|
@@ -180,7 +180,7 @@ class ADC(ComponentModel):
|
|
|
180
180
|
(energy, latency): Tuple in (Joules, seconds).
|
|
181
181
|
"""
|
|
182
182
|
# Assume leakage is 20% of the total energy
|
|
183
|
-
return self.get_energy() * 0.8,
|
|
183
|
+
return self.get_energy() * 0.8, 1 / self.throughput
|
|
184
184
|
|
|
185
185
|
@action
|
|
186
186
|
def drive(self) -> tuple[float, float]:
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
hwcomponents_adc/__init__.py,sha256=5-yJAO35278NGG9dpkFYB4IP49jaEA6T7qebld7Pjhs,29
|
|
2
|
-
hwcomponents_adc/_version.py,sha256=
|
|
2
|
+
hwcomponents_adc/_version.py,sha256=4CHhABBoxgEpxC6Tk-T_Y7W9bHR4vDaLUdkc2GswE34,706
|
|
3
3
|
hwcomponents_adc/energy_correlation.csv,sha256=LFrjS5FnOTUIlKI5LrqufmsKfa6Y4qgWSl8Sd9VgsBo,23003
|
|
4
4
|
hwcomponents_adc/headers.py,sha256=yO6qJfN33H7mgvm2TIr31IibeR1lxhWoLiOk9bcbuyk,2407
|
|
5
|
-
hwcomponents_adc/main.py,sha256=
|
|
5
|
+
hwcomponents_adc/main.py,sha256=RZte7LS7JvKYBS6k0fasazJX8OX7rIgZESd2UMLR2rg,6826
|
|
6
6
|
hwcomponents_adc/model.py,sha256=yZUsBd5nVE9-lcS8lizJ_NwfBrXjANLYFDw2JQvbLRk,9834
|
|
7
7
|
hwcomponents_adc/murmannsurvey.py,sha256=AsIPMIjGK4-P6uEsuFAeNQkH8-m6cSUPlOYPrO-BqA4,1445
|
|
8
8
|
hwcomponents_adc/optimizer.py,sha256=Z2a1FZ60aOWGVEt_XCvRRVHbZe1O5nsLWfrdBEoTPZU,3313
|
|
@@ -10,7 +10,7 @@ hwcomponents_adc/update_model.py,sha256=jUmGsqGdIA9KwvgF2X9AwVpJ2jZluZxFekUDomA4
|
|
|
10
10
|
hwcomponents_adc/adc_data/adc_list.csv,sha256=wY1adNrc6XTWUXakNqcIQGntqGDMNmjY-7Pz_w806to,18247
|
|
11
11
|
hwcomponents_adc/adc_data/citation.bib,sha256=Y0deF_COqi8VtZpIAxPAtGX3s7p7jdM2zhCiTc_ZxPQ,177
|
|
12
12
|
hwcomponents_adc/adc_data/model.yaml,sha256=TClBV4ljce3xv_kxAaOig-JvoCUfc7gKNpD5QfeHseE,1181
|
|
13
|
-
hwcomponents_adc-1.0.
|
|
14
|
-
hwcomponents_adc-1.0.
|
|
15
|
-
hwcomponents_adc-1.0.
|
|
16
|
-
hwcomponents_adc-1.0.
|
|
13
|
+
hwcomponents_adc-1.0.16.dist-info/METADATA,sha256=_aWpxbLJyV5ViDte9V7ZJow1B8GBVTKXZOLcxXMxmMU,4231
|
|
14
|
+
hwcomponents_adc-1.0.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
hwcomponents_adc-1.0.16.dist-info/top_level.txt,sha256=B5pehwpyDw3tB_l5bskxXhYTM5vZXaYN64JcR_JmXAI,17
|
|
16
|
+
hwcomponents_adc-1.0.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|