Comment by menaerus
4 hours ago
Also a speculation but I'm almost certain that physical optimizations are first done through simulators running on a computer.
4 hours ago
Also a speculation but I'm almost certain that physical optimizations are first done through simulators running on a computer.
Yes, they are, but the most important subtasks of designing a CPU are not physics related. They are picking the right parameters for things like: how wide do I make this bus, how many registers do I put in the register file, how large do I make this cache, how deep do I make this pipeline, etc., etc. To find optimal parameters requires a lot of simulations, and humans do this, but LLMs could do them just as well and maybe better because they excel at tedious work.