SpiNNakerManchester / DataSpecification

Data Specification Generation and Execution
Apache License 2.0
3 stars 4 forks source link

Major cleanup/ reduction of the DataSpecification #151

Closed Christian-B closed 1 year ago

Christian-B commented 1 year ago

This PR removes all but the DataType and the version from this repository

DataType method encode replaced with as_bytes as it no longer adds to word padding method check_value added to move the checks closer to the data used by the check

The remainder DataSpecification code will be heavily stripped down and moved to FrontEndCommon in

There will be a follow up PR to also move DataType to FrontEndCommon but due to the amunt of places it is used this will be in a separate PR.

Must be done at the same time as: https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/1069