Questions tagged [microarchitecture]

Microarchitecture is a particular implementation of an instruction set architecture (ISA) in a CPU.

7 questions
2
votes
1 answer

How to find microarchitecture given the CPU name?

How do I find out the microarchitecture of a processor if I know its name? For example, if I find that someone I'm trying to help says he has a Intel i7 960 3.2GHz CPU, I want to find out what is the microarchitecture (like Sandy Bridge, Haswell…
Ashwin Nanjappa
  • 9,947
  • 26
  • 79
  • 110
2
votes
0 answers

Memory controller arbiters and memory accesses

Does anyone know what the Arbiter would look like on a DDR memory controller? I was thinking that in order to perform memory access operation reordering for optimisation it may contain a ROB / scheduler / retire like architecture perhaps... Does…
Lewis Kelsey
  • 582
  • 3
  • 14
2
votes
2 answers

Is there a way in Linux terminal to directly find the processor microarchitecture?

Is there a way in Linux terminal to directly find the processor microarchitecture? For instance if it's Nehalem, Westmere or Sandy Bridge, even if it is with and installable application. Thanks in advance.
EBM
  • 133
  • 1
  • 7
1
vote
0 answers

What Intel CPUs are Goldmont microarchitecture?

I need a machine for testing free and open source software under Intel's latest CPUs. Painting with a broad brush, the latest CPUs are 6th generation iCore processors. As I understand things, the latest Intel CPUs have Skylake microarchitecture.…
jww
  • 11,918
  • 44
  • 119
  • 208
0
votes
2 answers

Do all RAM chips on a computer "see" everything on the address bus?

Say that a CPU wants to get a particular address in memory, it will place that address on the address bus. But will that address be visible to all RAM chips (and therefor all DIMMS) on the computer, or will only chips that contain the data required…
0
votes
1 answer

Does operating system differ based on ISA or based on microarchitecture?

If an operating system is developed, say for instance 'Linux', will that be written slightly differently where needed (profiled) for different microarchitecture (Intel Pentium and AMD Athlon)? I see from one of the stack exchange thread that Linux…
Darshan L
  • 639
  • 1
  • 8
  • 14
0
votes
0 answers

The use of micro-instruction cache

I learnt recently that Sandy Bridge uses a micro-instruction cache akin to the execution trace cache in Netburst. From what I know, many of the simpler x86 instructions (those translating into 4 micro-instructions or less) are decoded by hardwired…
Kraken
  • 415
  • 1
  • 5
  • 11