Skip to content

Commit 6ae544f

Browse files
Register latency update
1 parent a5a4f5c commit 6ae544f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwcomponents_library/library/aladdin.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def read(self) -> tuple[float, float]:
141141
-------
142142
(energy, latency): Tuple in (Joules, seconds).
143143
"""
144-
return 0.009e-12, 1e-9
144+
return 0.009e-12, 0
145145

146146
@action(bits_per_action="width")
147147
def write(self) -> tuple[float, float]:

0 commit comments

Comments
 (0)