davidepatti / noxim

Network on Chip Simulator
225 stars 120 forks source link

Energy consumed on links #98

Closed Jiji10 closed 3 years ago

Jiji10 commented 4 years ago

Hi, In "bin/power.yaml" , Static and Dynamic power consumption are defined for different length of links. I need to compute the power consumption for other length of links ( < 0.5 mm):

In power.yaml: LinkBitLine:

- [ Length (mm), Leakage, Dynamic ]

    - [0.5, 4.76e-7, 2.50e-14]
    - [1.0, 4.80e-7, 4.88e-14]
    - [1.5, 4.92e-7, 7.25e-14]
    - [2.0, 5.10e-7, 9.63e-14]
    - [2.5, 5.50e-7, 1.20e-13]
    - [3.0, 5.53e-7, 1.43e-13]

Would you please explain the mechanism of computation of power consumption of links in Noxim simulaor ?

Thanks.

davidepatti commented 3 years ago

you should interpolate or recompute the values by yourself. Or taking them from literature.