Tagged Questions

6
votes
5answers
723 views

Understanding word alignment

I understand what it means to access memory such that it is aligned but I don’t understand why this is necessary. For instance, why can I access a single byte from an address 0x…1 but I cannot access ...
1
vote
1answer
134 views

What is redundant versus non-redundant number format?

I'm having trouble understanding the algorithm being used in this FPGA circuit. It deals with redundant versus non-redundant number format. I have seen some mathematical (formal) definitions of ...
0
votes
0answers
156 views

Books on computer architecture that covers these topics [closed]

I am looking for a book on computer architecture that starts from a basic level and goes in depth . I am looking for a very good book that teaches : Principles of xomputer design - software/ ...