cpu-architecture
implementing a processor ( mips single cycle )
i have a mini project , in this project i need to implement a MIPS single cycle processor by Verilog.[详细]
2023-03-09 21:38 分类:问答Cache miss penalty in deep RISC pipeline
Why is the cache miss penalty greater i开发者_开发知识库n a deeply pipelined processor? Is it because the stalling period will be more if the miss occurs at some late stage of the pipeline? Or becau[详细]
2023-03-05 14:45 分类:问答64bit Applications and Memory Limits
Can someone explain to me how 64 bit applications, a 64bit OS, and a 64 bit CPU fit together to establish how much memory is addressable by some application?[详细]
2023-03-04 22:42 分类:问答Definition/meaning of Aliasing? (CPU cache architectures)
I\'m a little confused by the meaning of \"Aliasing\" between CPU-cache and Physical address. First I found It\'s definition on Wikipedia :[详细]
2023-03-04 15:35 分类:问答Why does a busy loop take 100% of the CPU?
Why does a busy loop often uses 100% of the cpu time while loops that implement complex algorithms开发者_如何学C would use much much less?[详细]
2023-03-01 17:46 分类:问答stack memory location
i know the heap memory is the part of ram. but is stack memoryalso the part of ram or stack memory is the part of cpu registers.[详细]
2023-03-01 06:58 分类:问答How does the CPU do subtraction?
I have some basic doubts, but every time I sit to try my hands at interview questions, these questions and my doubts pop up.[详细]
2023-02-28 16:37 分类:问答byte order when reading hard drive MBR
I printed the MBR of my Pentium M laptop\'s hard drive.Here is the command I used: $ sudo od -N 512 -x /dev/sda[详细]
2023-02-28 04:47 分类:问答Regarding number representation
开发者_StackOverflow中文版How do I find the representation of a Number for the system I am on?AFAIK every modern computer uses binary when representing a number. Experiments have been made with other[详细]
2023-02-24 20:38 分类:问答How to get the architectural size with assembly?
On 32 bit machine ,it should be 4 bytes. On 64 bit,it should be 8 bytes. How to get it wit开发者_如何学Ch assembly?Read data from memory. The number of bytes read is what you\'re looking for. Don\'t[详细]
2023-02-22 17:47 分类:问答