SpiNNakerManchester / SpiNNFrontEndCommon

Common support code for user-facing front end systems.
Apache License 2.0
12 stars 11 forks source link

Hard coded number of Router Entries in C #1092

Open Christian-B opened 1 year ago

Christian-B commented 1 year ago

One think we support Chips having different n_router entries.

Yet we have c_common/models/compressors/src/common/constants.h TARGET_LENGTH 1023

So either we need to

  1. change all compressors to use the actual number of router entries on its Chip
  2. Accept that all Chips (for a board Version) have a constant number of router entries
rowleya commented 1 year ago

It appears that the constant is never used!

Christian-B commented 1 year ago

But MAX_NUM_ROUTES in pair compress is

Christian-B commented 1 year ago

Appears the value is checked against the real value instead of using teh real value.