adam-maj / tiny-gpu

A minimal GPU design in Verilog to learn how GPUs work from the ground up
7.1k stars 536 forks source link

What is the endianess? #27

Open TBodyAltra opened 6 months ago

TBodyAltra commented 6 months ago

Is it little-endian or big-endian?

mamin506 commented 3 months ago

In my understanding, this GPU design has no endianness issue yet. The ALU is 8 bits for input and output. We can think of it like a 8 bit machine.