adam-maj / tiny-gpu

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

What is the endianess? #27

Open TBodyAltra opened 5 months ago

TBodyAltra commented 5 months ago

Is it little-endian or big-endian?

mamin506 commented 2 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.