Initial work on separate delay and func simulation

This commit is contained in:
mrg
2022-08-10 12:06:14 -07:00
committed by Bugra Onal
parent caba726cfe
commit 28128157c0
6 changed files with 108 additions and 62 deletions
-2
View File
@@ -126,5 +126,3 @@ class design(hierarchy_design):
for inst in self.insts:
total_module_power += inst.mod.analytical_power(corner, load)
return total_module_power