tukl-msd / msdlib.loopy

the Loopy hardware-in-the-loop framework
3 stars 4 forks source link

Checksum and multiple modules/axi ports fix #18

Closed mweberUKL closed 10 years ago

mweberUKL commented 10 years ago

I added support for checking that the api on the board in compatible with the api on the host (using a checksum over the project file). In the current state this is only a safety procedure, if the checksums do not match the host-program simply terminates.

In addition to that I fixed the bug regarding multiple modules / axi ports. Using more than one port should be supported now.

mweberUKL commented 10 years ago

I also fixed the endianness of the packages that are send on the network. The packages are now in big-endian no matter the endianness of the board/host