relab / bandwidth-incentive-simulation

MIT License
0 stars 2 forks source link

Remove RangeAddress from Config #17

Closed leandernikolaus closed 1 year ago

leandernikolaus commented 1 year ago

The RangeAddress is duplicate information. This should be removed from the configuration and instead computed based on the address bits. Probably the easiest thing is to simply compute it in the getter: https://github.com/relab/bandwidth-incentive-simulation/blob/72d820360bff351cba876005db3ae23a8d90e5bc/config/get_variables.go#L108

VHPL-UIS commented 1 year ago

fixed here 2a193be