Fix analytical power of contact with new hierarchy_design level introduced.

This commit is contained in:
Matt Guthaus 2018-07-10 10:17:23 -07:00
parent 25cf57ede5
commit f5855ee68a
1 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@ class contact(hierarchy_design.hierarchy_design):
width=well_width,
height=well_height)
def analytical_power(self, proc, vdd, temp, load):
""" Get total power of a module """
return self.return_power()
# This is not instantiated and used for calculations only.