hwcomponents-adc 1.0.12__py3-none-any.whl → 1.0.14__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 +2 -2
- {hwcomponents_adc-1.0.12.dist-info → hwcomponents_adc-1.0.14.dist-info}/METADATA +1 -1
- {hwcomponents_adc-1.0.12.dist-info → hwcomponents_adc-1.0.14.dist-info}/RECORD +6 -6
- {hwcomponents_adc-1.0.12.dist-info → hwcomponents_adc-1.0.14.dist-info}/WHEEL +0 -0
- {hwcomponents_adc-1.0.12.dist-info → hwcomponents_adc-1.0.14.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.14'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 0, 14)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
hwcomponents_adc/main.py
CHANGED
|
@@ -62,7 +62,7 @@ def adc_attr_to_request(attributes: Dict, logger: logging.Logger) -> ADCRequest:
|
|
|
62
62
|
|
|
63
63
|
r = ADCRequest(
|
|
64
64
|
bits=try_check(resolution_names, numeric=True),
|
|
65
|
-
tech=float(checkerr("tech_node", numeric=True)),
|
|
65
|
+
tech=float(checkerr("tech_node", numeric=True)) * 1e9, # m -> nm
|
|
66
66
|
throughput=float(checkerr("throughput", numeric=True)),
|
|
67
67
|
n_adcs=n_adcs,
|
|
68
68
|
logger=logger,
|
|
@@ -106,7 +106,7 @@ class ADC(EnergyAreaModel):
|
|
|
106
106
|
"cim_array_adc",
|
|
107
107
|
"cim_adc",
|
|
108
108
|
]
|
|
109
|
-
priority = 0.
|
|
109
|
+
priority = 0.35
|
|
110
110
|
|
|
111
111
|
def __init__(self, n_bits: int, tech_node: float, throughput: float, n_adcs=1):
|
|
112
112
|
self.n_bits = n_bits
|
|
@@ -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=6M51k-eDUkvbg1O0UDaNPjBRHmqrs5f127zkdrldxjg,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=rMO49XPBKpCj2z7_uZYZjEJSxQO67WM-ZuG6Ebty4Ws,6748
|
|
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.14.dist-info/METADATA,sha256=6lwS3G8AO-iMK2_eC7Q-Sg_fU_Ix2U_BKWJyD23Thz4,4231
|
|
14
|
+
hwcomponents_adc-1.0.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
hwcomponents_adc-1.0.14.dist-info/top_level.txt,sha256=B5pehwpyDw3tB_l5bskxXhYTM5vZXaYN64JcR_JmXAI,17
|
|
16
|
+
hwcomponents_adc-1.0.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|