ssnetsim / supersim

A flexible event-driven cycle-accurate network simulator
Apache License 2.0
8 stars 1 forks source link

Add assert to check warmup interval #16

Closed nicmcd closed 4 years ago

nicmcd commented 4 years ago

Solves one problem in #15.

nicmcd commented 4 years ago

@knrafto, I'm wondering if I should also add a minimum interval check in the constructor, such as 100 flits. Thoughts?

nicmcd commented 4 years ago

Ok, I added a minimum of 100. This makes sure each warm up sample contains at least 100 flits.