Skip to content

Commit babef24

Browse files
Bugfix missing math import
1 parent 3bb1524 commit babef24

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • hwcomponents_library/library

hwcomponents_library/library/misc.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
import math
2+
from hwcomponents_library.base import LibraryEstimatorClassBase
3+
from hwcomponents.scaling import *
4+
from hwcomponents import action
5+
from hwcomponents_cacti import SRAM
6+
from hwcomponents_library.library.aladdin import AladdinRegister, AladdinAdder
7+
18
"""
29
@ARTICLE{9131838,
310
author={Giterman, Robert and Shalom, Amir and Burg, Andreas and Fish, Alexander and Teman, Adam},
@@ -11,13 +18,6 @@
1118
doi={10.1109/LSSC.2020.3006496}}
1219
"""
1320

14-
from hwcomponents_library.base import LibraryEstimatorClassBase
15-
from hwcomponents.scaling import *
16-
from hwcomponents import action
17-
from hwcomponents_cacti import SRAM
18-
from hwcomponents_library.library.aladdin import AladdinRegister, AladdinAdder
19-
20-
2121
# Original CSV contents:
2222
# tech_node,global_cycle_period,width|datawidth,depth,energy,area,action
2323
# 16nm,1e-9,1024,1024,2641.92,131570,read

0 commit comments

Comments
 (0)