Skip to content

Commit 891b32a

Browse files
Adjust priorities
1 parent 3994dda commit 891b32a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwcomponents_adc/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class ADC(EnergyAreaModel):
106106
"cim_array_adc",
107107
"cim_adc",
108108
]
109-
priority = 0.75
109+
priority = 0.35
110110

111111
def __init__(self, n_bits: int, tech_node: float, throughput: float, n_adcs=1):
112112
self.n_bits = n_bits

0 commit comments

Comments
 (0)