davidepatti / noxim

Network on Chip Simulator
218 stars 118 forks source link

Processing Element consume frequency #143

Open pilipovicn opened 1 year ago

pilipovicn commented 1 year ago

Added the parameters that specify how often do PEs consume flits, and how many of them, as well as internal PE input buffer depth. Default for all this is 1, which makes no difference. For those who need this functionality, eg. they can slow down the PE consume frequency to better model a system.

davidepatti commented 1 year ago

thank you for the contribution, I will test and eventually merge it if there are no problems.