mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

ensure appropriate endianness to wholeass testbed #263

Closed mcandre closed 3 years ago

mcandre commented 3 years ago

Ensure that the design receives big endian formatted values, in order to handle hosts using little endian.

This is said to affect only integers outside of 8 bit range, hence why we didn't notice this for dinky tests on 3 bit non-negative integers.