tathagatasrimani / codesign

technology aware application to architecture codesign flow
Other
3 stars 0 forks source link

Netlist rep has lots of calculations O(n) where n is number of nodes ... #31

Open fazerlicourice7 opened 9 months ago

fazerlicourice7 commented 9 months ago

The calculations used to be O(m) where m is number of diff functions / operators. Add a representation that is number of operator of type x that is quick to query. These linear operations will add up.

fazerlicourice7 commented 9 months ago

For example, passive power calculation in simulate.py