Talk:Processor design

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Reference list[edit]

How do you edit the reference list so the bullet points and numbers match? The reference list automatically puts a number to the references but what do you do for the articles that are just a bare url with a bullet point?

Find the claims for which the "just a bullet point" references are supposed to support (for example, by finding the edit that added the reference), and, for the first such claim for a given reference, putting <ref>(the reference)</ref> after the claim. If there's more than one such claim, give the first such claim's reference a name, by doing <ref name="the name">(the reference)</ref>, and, for all subsequent claims, doing <ref name="the name"/>.
See, for example, Wikipedia:Citing sources and the pages to which it links.
To make it more than just a bare URL, use the appropriate citation template. Guy Harris (talk) 08:34, 24 April 2019 (UTC)[reply]

Article needs information about phisical design[edit]

there is no information about e.x. what metal is it made of? —Preceding unsigned comment added by 178.73.49.6 (talk) 01:20, 6 February 2011 (UTC)[reply]

Several different metals.
But if you're talking about solid state (transistorized) processors, they're mostly made of semiconductors rather than metals. Guy Harris (talk) 08:41, 24 April 2019 (UTC)[reply]

Article needs diagrams[edit]

  • I think it is essential for this article to display some diagrams that condense and clarify the explanations. I think it's a daunting task to try to understand processor architecture concepts and examples without diagrams. Technical users will have no trouble understanding this immense desolate text, but 'casual' readers and researchers (most people I guess) will likely be disheartened and confused. Can someone with some knowledge in the subject upload/make some simple diagrams? --Cbohorquezm 21:00, 8 May 2006 (UTC)[reply]
  • this article could use some pics/diagrams. --ZeWrestler Talk 04:38, 3 October 2005 (UTC)[reply]

Old discussion[edit]

Okay, a pretty big edit. Divided the article into sections. Added a bunch of stuff, cleared up the difference between pipelining and superscalar. I think an improved opening paragraph (betwee "general cpu design" and "1960") would be helpful... might do it later. The stuff at the end (under "additional considerations"), some of it I don't think is appropriate for discussions on CPU design (such as the laser-diode bus replacement...). Also, I don't know much about embedded processor design, so I just left that in its own section at the bottom.

Would it be a good idea to have sample designs under each part? Like "486" as an example of a pipelined processor, "Pentium Pro" as an example scalar processor, and Pentium(II? III? I forget) as an example super-scalar processor?

Also, would it be more appropriate to divide this into multiple articles... like an article on instruction pipelining, and take out most of the discussion on that, and a seperate one for superscalar desgin, and for VLIW, etc. etc. There's already a lot of overlap between this and the CISC and RISC articles.

—This unsigned comment is by Mudlock (talkcontribs) 18:02, 15 April 2002.
Well, the Pentium Pro's core design was the basis of both the Pentium II and the Pentium III, and they were all not only superscalar but out-of-order superscalar. The original Pentium was superscalar, but not out-of-order. Guy Harris (talk) 08:46, 24 April 2019 (UTC)[reply]

What is a "one-off design"? This does not seem to be in English. David 20:21 Nov 13, 2002 (UTC)

If no one replies, I'll delete it. David 22:36 Nov 19, 2002 (UTC)


The topic of this article is CPU design. Several paragraphs at the end of the article are not relevant to CPU design but to Computer Architecture, a different topic. I suggest they be deleted. Namely the paragraphs talking about real-time schedulers, and virtual memory. Aug 17, 2004.

Deleted ? No, I *moved* them to computer architecture. --DavidCary 22:51, 17 Aug 2004 (UTC)


the article refers to "solid-state RAM"... is there any other (relevent) kind? i guess you can make mechanical logic, and thus, mechanical SRAM, but i don't think thats what the author has in mind.


As a matter of fact- CRTs were used as RAM. Up until that point, acoustic delay lines were used for computer memory. It was awfully slow to wait for the right bits to come around. Core memory was the first solid-state RAM, embraced because it worked so much better than CRT-based RAM.

best-selling CPUs[edit]

I removed some text that seemed inaccurate to me. The author had 32-bit ARMs universally replacing 8-bit processors. Engineers use what's cheapest, and 8-bit CPUs and cores are often smaller and cheaper. Embedded defibrillators, one of the lowest-powered devices on the planet (16 nanoamperes draw), generally use a CMOS CISC core of the 68HC11. The last time I checked, the world's best-selling CPU was an 8-bit CISC microcontroller, the Motoroloa 6809. Also, the 6502 is an 8-bit RISC machine, not a CISC. The 6502 even uses combinatorial decoding of instructions, with no microcode. The Acorn RISC Machine (ARM) was designed as a 32-bit 6502.

I think it's debatable whether the 6502 is RISC or CISC. The 6502 has variable-length instructions (RISC almost all have fixed-length instructions), and a few instructions that do 2 zero-page memory reads and a general memory write (RISC almost all have at most a single memory reference per instruction). --DavidCary 22:51, 17 Aug 2004 (UTC)

It would be really cool to have a historical table of the world's best-selling CPU (and its volume) year-by-year. --DavidCary 22:51, 17 Aug 2004 (UTC)
After further thought, I think Talk:List of common microcontrollers is a better place for discussing the variety of best-selling CPUs over the years, and their volume. --DavidCary (talk) 06:14, 28 June 2014 (UTC)[reply]

data processing capabilities and bcd[edit]

The article says that "the S/360 [had] the first instruction set designed for data processing, rather than mathematical calculation. I do not believe that this is accurate, given the instruction of the UNIVAC I, the IBM 1401 and others, where mathematical calculations were definitely NOT the only objective.

Additionally, the article states that "the S/360 system was the first computer to make major use of binary coded decimal". Again, to contradict this, the 1401, a predecessor of the S/360 used BCD for its numerical format, as did the IBM 1620.

It no longer says either of those, which is appropriate, given that, as you note, both those claims are false. Guy Harris (talk) 08:25, 24 April 2019 (UTC)[reply]

No mention of out-of-order execution[edit]

This article is missing the major computer architecture topic of the 90's - out-of-order execution. It jumps from superscalar to speculative execution & VLIW (neither technique fully successful in the market) while out-of-order chips are selling in the 100's of millions each year (complete success). It was the complexity of OOO execution which started VLIW to be re-examined by research. Dyl 06:34, Aug 12, 2004 (UTC)


a large bed[edit]

The article currently says

IBM does have a large bed, VERY large. Of course, on the other hand, IBM may sort of NEED to get all of these customers on-board if they want to stay on top of the CPU development game.

Huh ? What do you mean by "bed" ? --DavidCary 22:51, 17 Aug 2004 (UTC)

Those few paragraphs talking about IBM are:

  • not NPOV
  • talk about the economics of processor manufacture, not CPU design directly (or even computer architecture)

So in my opinion, are not appropriate for this article. Dyl 22:47, Sep 22, 2004 (UTC)

And that stuff was removed. Guy Harris (talk) 08:47, 24 April 2019 (UTC)[reply]

feature proximity[edit]

i was going to make a stub for Feature proximity but figured it might be better to just put a sentence about it in an existing article? research.sun.com

thoughts? - Brewthatistrue 23:53, 24 Jun 2005 (UTC)

Sounds blue sky, but that doesn't stop mention in articles. It doesn't belong in the CPU design article, though. Maybe in the Packaging section of Integrated circuit. -R. S. Shaw 02:33, 25 Jun 2005 (UTC)

more futuristic ideas[edit]

"Baby Steps to our Future: Future Microprocessors" by Ron Fenley http://www.hal-pc.org/journal/03feb/column/baby/baby.html

split this page?[edit]

I'm thinking about splitting this page into multiple articles:

  1. History of General Purpose CPUs
  2. CPU Design (current sections on actually how to build a CPU)
  3. CPU Architectural concepts
  4. Embedded CPUs

The title "design" doesn't match most of the contents, which is computer architecture/microarchitecture. Comments? Dyl 07:27, 1 February 2006 (UTC)[reply]

  • This article could definitely use refocusing. Regarding the mentioned subject areas:
    1. History of General Purpose CPUs
      This is already very well covered by History of computing hardware and Central processing unit, both of which are substantial articles which have reached Featured Article status. The only history this article might need is that of design tecniques, not the CPU products.
    2. CPU Design (current sections on actually how to build a CPU)
      Yes, this should be the content of this article.
    3. CPU Architectural concepts
      These matters should be in a separate article. There already exists an article Computer architecture, which is in great need of additional and better material. Applicable text in this article should be removed and merged into Computer architecture (or conceivably other articles in Category:Computer architecture). There is also a Microarchitecture article that deals with the physical CPU architecture.
    4. Embedded CPUs
      This likely could go into the design section of Embedded system. There is also Microcontroller.
    -R. S. Shaw 04:27, 2 February 2006 (UTC)[reply]
Too small, splitup not justified. Said: Rursus 08:19, 9 June 2008 (UTC)[reply]

myth of smaller sets of instructions[edit]

This article (currently) perpetuates the myth that the "reduced" in RISC means that there are fewer instructions in the instruction set.

I'm pretty sure that the people designing RISC processors didn't really care too much about how many instructions were in the instruction set.

Instead, designers tried to simplify, or "reduce", individual instructions so that individual instructions could be executed very fast. "Fast" in 2 ways:

  • try to get things "done" as quickly as possible after one clock tick -- so that they could reduce the time from one clock tick to the next. Since the clock speed of a CPU is limited by the *slowest* instruction, even if the program currently running on it never uses that instruction, simplifying that one instruction (perhaps by breaking it into 2 or 3 new instructions, expanding the instruction set) allows one to speed up the clock speed, speeding up all the other instructions.
  • try to change the hardware so instructions executed in fewer clock ticks (preferably in a single cycle). Having a fixed limit of "all instructions execute in 1 cycle" also simplifies pipelining and eliminates microcode, indirectly leading to faster clock speed.

Since this seems to be a common myth, should we discuss the myth in the article? (I see it is already discussed in Reduced instruction set computer). --70.189.77.59 13:15, 15 October 2006 (UTC)[reply]

High-end processor economics[edit]

Under this heading:

4 Markets 4.1 General Purpose Computing 4.1.1 High-end processor economics

I'm not sure if Fujitsu is making it's own high-end processors. If it is a source needs to be added. Thanks. Scifiintel 18:55, 25 February 2007 (UTC)[reply]

In the article, I just added the external link for it . Dyl 13:19, 26 February 2007 (UTC)[reply]

clockless CPUs[edit]

The sequential logic article currently links to [[CPU_design#clockless_CPUs]], a section of this article that apparently no longer exists. To which article has that information moved? Or was it accidentally deleted and needs to be restored? --75.37.227.177 04:53, 26 July 2007 (UTC)[reply]

As far as I can tell, that section was accidentally deleted in this summary-less edit: http://en.wikipedia.org/w/index.php?title=CPU_design&diff=prev&oldid=109091120 . So I am restoring that accidental deletion. If it was really *moved* to some other article, not deleted, please tell me to where it moved. --68.0.124.33 (talk) 02:28, 13 February 2008 (UTC)[reply]

I see now there are 2 copies of that "clockless CPU" section. One here in "CPU design". The other in History of general purpose CPUs. What should we do about it? --68.0.124.33 (talk) 04:08, 13 February 2008 (UTC)[reply]

The deletion in Feb '07 was not accidental. You can see that user:Dyl added it to History of general purpose CPUs in this edit the same day the text was deleted from here. (He failed to note this in the latter edit summary, although the former indicates it.) The text needs to be in the right place and deleted from the other(s). Sequential logic can point whereever it ends up. I didn't think it fit well in this article, but it doesn't seem to fit all that well in the history article either. Maybe it belongs in some third article. -R. S. Shaw (talk) 06:43, 13 February 2008 (UTC)[reply]
Yes I moved that content. This article is a brief introduction to this topic. I didn't see the sense of including a few areas of very esoteric research. These specific areas (optical and clockless) are very far from the mainstream. There are many other areas of research that are more popular - chip-multiprocessing, run-ahead fetching, etc. Dyl (talk) 06:45, 14 February 2008 (UTC)[reply]
Thank you, Dyl. That makes sense. So I'll re-move that content from this article to History of general purpose CPUs. --68.0.124.33 (talk) 05:46, 22 April 2008 (UTC)[reply]
Forgive me for moving that "asynchronous CPU" content yet again, to asynchronous circuit. --68.0.124.33 (talk) 01:27, 5 May 2008 (UTC)[reply]

needs refs[edit]

I found this a very interesting article to read, but it lacks refs. I've placed one fact tag in the economics section, but it really needs more. I'm hesitant to add the refimprove or related tags. Yngvarr 13:54, 31 August 2007 (UTC)[reply]

Proposed merger[edit]

The merger tag occured without anyone explaining why. Typical! A note and a reason should be put here, when placing a merger tag on the page, uglifying it. I think that a merger is unjustified. It's a common practice to have a short overview section in a main article and a longer detailed article on a more specific topic. I think the state as it is now, is pretty OK. However: the text in Central_processing_unit#Design_and_implementation could, if a mayhap editor get an arbitrary impulse to do so, be shrinked, and text moved to CPU design; or the other way around. It's not necessary to ask, or get a consensus over such a thing. Just do it! (Be bold!) Waiting for consensuses just takes a lot of time, sometimes to no avail. Use consensus as a tool mainly when conflicts arise. Said: Rursus 08:30, 9 June 2008 (UTC)[reply]

Too shallow on a too abstract level[edit]

I would like to have some "child-taleish" description like, the CPU has one or more registers, usually called A, B, C and similar. The CPU works by, one by one in sequence, pick an opcode from a list of opcodes, which is the program. The opcode is "interpreted" in a certain way, so that "F3" represents adding the value in B to A, setting the flags this-or-that if the number overflows, or "E8" "something" represents loading a value from memory at position numbered something.

The tale should go as following:

  1. CPU has registers/accumulators who are ... ,
  2. CPU reads a sequence of opcodes this that ... ,
  3. the PC (program counter) is a register that CPU keeps, in order to remember where in program code it picks opcode instructions ...,
  4. values can be added to or subtracted from PC, the instructions are called JUMP-this, JREL-that, in short "jumps", when such values are added, the CPU resumes execution at another place in the code,
  5. the SP (stack pointer) is another register that CPU uses to save and restore values,
  6. ... similar as for jumps but regarding CALLs/RETURNs involving saving position before calling ...

Then maybe a stop (?)

Related topic: Anybody who knows how many general CPU registers (SP, PC, cache and similar uncounted) that this or that CPU family has? It seems to me that the Intel family x86 has EAX, EBX, ECX and EDX summing to four. PowerPC? RSx000 (Nintendo?)? 68x00? Said: Rursus 08:47, 9 June 2008 (UTC)[reply]

I think that x86 has 8 general purpose registers, x64 has 16 and the RISC architectures (Alpha, MIPS, Power, SPARC and HP-PA) has 32 fixed point registers along with 32 floating point registers. Earlier revisions of SPARC and HP-PA may have less though, but I can't remeber how many. Rilak (talk) 08:58, 9 June 2008 (UTC)[reply]
Very good, thanks! I'll take a look outside WP to find relevant sources. Regarding my own proposal of content: its partially already written (on an abstract level) in Central processing unit#CPU operation, so the proposal can safely be ignored, until it reoccurs on Talk:Central processing unit. Cheers! Said: Rursus 10:01, 9 June 2008 (UTC)[reply]
Rilak and Rursus, a table in the processor register article would be a good place to put your information comparing various processors by number of registers. --68.0.124.33 (talk) 06:54, 6 January 2009 (UTC)[reply]

Embedded Design[edit]

I've added some clarification to the embedded design section. The most significant change was the statement that embedded devices have a lifetime of several years whilst general-purpose processors "rarely stay in production for more than two years due to the rapid pace of progress". This implied that embedded processors do not have a rapid pace of progress, and this isn't the case. Some embedded processors do remain in use for several years, but this is better explained by the fact that many embedded applications have static requirements, and the cost of replacing the processor in a design is prohibitively high compared to the benefits.

Jacob (talk) 13:49, 22 September 2008 (UTC)[reply]

how many people does it take to make a CPU?[edit]

I think this article about "CPU design" should answer the question "how many people does it take to design a CPU?". The article says "Assuming that 100 engineers are needed to design a CPU and the project takes 4 years." but gives no references for those numbers.

I posted some information on how many people it actually did take to make a few famous CPUs. To meet Wikipedia:Verifiability, I added references to back up the numbers I posted. But I put that information in the wrong section of the article -- oops!

That information was deleted[1]. I succumbed to temptation and reverted that edit, moving those references to a different (still not quite correct!) section of the article. Some, but not all of that information was again deleted.

Am I mistaken in thinking that an article titled "CPU design" should mention how many people it takes to design a CPU? --68.0.124.33 (talk) 04:47, 8 March 2009 (UTC)[reply]

No, the article should say how many people it takes to design a CPU. I removed some of the information because they did not belong in the sections where they were presented. Ideally, the article should discuss how the resources required for designing CPUs in each market (high-end, embedded, etc.) has evolved. In regards to the unreferenced section about high-end processor economics, I have added an unsourced tag. Rilak (talk) 05:11, 8 March 2009 (UTC)[reply]
I created the high-end processor economics section. Having worked on multiple CPU development projects over a couple of decades, I know the numbers are accurate. You won't find much published sources as companies consider such costs as proprietary information. Dyl (talk) 06:39, 8 March 2009 (UTC)[reply]
Yes, I did not expect there to be exact numbers, but are there no discussions about the general cost of CPU development? Rilak (talk) 07:10, 8 March 2009 (UTC)[reply]
Not that I am aware of. It's not too flattering nor comforting to your customers when the next generation development becomes too expensive to be affordable. Companies like Intel will bring these points up in private when spreading FUD on their competition, but this reality is almost never discussed in public. Dyl (talk) 23:45, 8 March 2009 (UTC)[reply]
OK. So you rather have the unreferenced tag removed? Rilak (talk) 03:04, 9 March 2009 (UTC)[reply]
Well, it depends if somebody is willing to do some research. There might be some old EETimes articles which did color commentary within design teams and mentioned the team size in passing. Other than that, I don't know any other references there might be. Dyl (talk) 03:36, 9 March 2009 (UTC)[reply]
The research sounds rather time-intensive... I think I will pass. If this helps, I do remember an article discussing the closure of an Intel Corp. design centre somewhere in ~2005? If I remember the details right, they were doing a further development of an existing design and had some 800 people, but I don't think they were all engineers. Rilak (talk) 03:54, 9 March 2009 (UTC)[reply]
Since you haven't come up with any better references, I restored what little WP:SOURCE information I have on "how many people does it take to design a CPU". Hopefully I put it in the right section this time ... --68.0.124.33 (talk) 13:06, 25 March 2009 (UTC)[reply]
I don't see how that section or manpower statistics in the embedded section is relevant in any way. Those school projects aren't much more than a programming class requirement of writing a simple draw program - what you can achieve in a few hours in a lab, not the hundreds of man-months needed to produce a sellable product. None of these school projects are of the scale of any current-day CPU that you would buy. Dyl (talk) 07:27, 26 March 2009 (UTC)[reply]

Unindent

I think it was added to show that a CPU can be designed and implemented with very little resources. Perhaps it should be made more clear that those CPUs are in no way in the same boat as commercial designs. I don't think that having a small section detailing the other end of CPU design can be a bad thing. It would not be a good thing if someone read this article and goes away thinking that CPUs can only be designed by five hundred people over five years, would it? Rilak (talk) 05:27, 27 March 2009 (UTC)[reply]

I'm more worried that uninformed readers will think any CPU they would currently buy could be designed by two students. Also, for most of these classes, the project is to design just a portion of a CPU, eg. a simple integer ALU. Again, it's like having the Microsoft office or Firefox article saying that computer science students can write a draw program. What's the point? It would be more useful to post the team sizes of embedded CPU teams. Dyl (talk) 07:58, 28 March 2009 (UTC)[reply]
I see your point. The section has been removed. Rilak (talk) 01:51, 29 March 2009 (UTC)[reply]
I think this article about "CPU design" should answer the question "how many people does it take to design a CPU?".
I agree that there are many classes where students design "just a portion of a CPU".
However, there are some classes where students have designed and built various complete, although simple, CPUs[2] -- not merely "design just a portion".
You might argue that it is merely my opinion that those student-designed-and-built CPUs are "relevant" to CPU design or "in the same boat as a real CPU". You may be surprised at what our WP:YESPOV policy says about such opinions: The elimination of article content cannot be justified under this policy on the grounds that it is "POV".
I agree that it would be useful to post the team sizes of embedded CPU teams. But I already did that.
Since Wikipedia is not paper (WP:NOTPAPER), I think there is room in Wikipedia to describe both amazingly complex high-end commercial CPUs, and simple-but-complete low-end CPUs -- just as there is room in the bridge article to mention both amazingly complex and expensive high-end bridges, and simple rope bridges. --68.0.124.33 (talk) 05:15, 4 May 2009 (UTC)[reply]

Tags[edit]

This article is bad. Its so bad, that it would take me too long, to explain. There is nearly nothing which can be seen as good or sufficient. An expert needs hours; i do not invest them. Tagremover (talk) 16:07, 20 March 2012 (UTC) Structure improved. Tagremover (talk) 16:45, 20 March 2012 (UTC)[reply]

Although it is generally unwanted, i propose this article could be improved by a little bit essay-style. Tagremover (talk) 16:13, 20 March 2013 (UTC)[reply]

permission to use an instruction set[edit]

I see -- in Talk:ARM_Holdings#"Architectural_License"; SAS Institute Inc. v World Programming Ltd; Oracle v. Google; etc. -- that at least some people seem to think that "buying permission to use [an] instruction set" is a normal and common practice.

I was under the impression that no one needs permission to use an instruction set or any other programming language. (Perhaps ARM holdings actually sells detailed test suite torture tests and other validation tools and engineering technical support for their instruction sets, and someone oversimplifies this to "buying an instruction set", which is then misinterpreted as "buying permission to use an instruction set"?). Am I interpreting Oracle v. Google and SAS Institute Inc. v World Programming Ltd incorrectly? (Is an instruction set something that can be copyrighted? patented? mask work protected? trademarked? What parts of a processor design fall into the various intellectual property categories?)

While I am very happy that this article focuses on technical information, I wish someone who understands the business and legal issues -- i.e., someone who is not me -- to say a few words in this article about how one might buy or sell an instruction set -- or whatever it is that Qualcomm bought from ARM Holdings; Microchip Technology bought from MIPS Technologies, etc. --DavidCary (talk) 05:45, 23 July 2014 (UTC)[reply]

At least some aspects of an instruction set appear to be patentable, as Lexra found to their annoyance. Platform Solutions, Inc. had similar issues courtesy of patent 5,595,709, patent 5,825,679, patent 5,953,520, patent 5,987,495, and patent 6,801,993. I don't know what patents ARM holds, if any, that one would need to license in order to implement an ARM instruction set architecture, nor what patents Intel has on pre-x86-64 x86 and AMD has on x86-64 that required cross-licensing. It appears that Intel and HP have patented a number of aspects of the Itanium architecture.
And, for what it's worth, both ARM Holdings and its architecture licensees appear to think that buying permission to implement the ARM instruction set themselves isn't a weird and exotic practice. Most ARM licensees license ARM's implementations, so maybe it's not normal or common, but it's certainly not something so exotic as to be dismissed as lunatic. — Preceding unsigned comment added by Guy Harris (talkcontribs) 9:37, 23 July 2014 (UTC)
I'm not denying the fact that people who make ARM-compatible chips pay bunch of money to ARM Holdings, and that such payments are a common practice -- even for people who re-implement the ARM instruction set "from scratch" with clean room design.
I'm just trying to reconcile that fact with Oracle v. Google and SAS Institute Inc. v World Programming Ltd which seem to say that programming languages as a whole cannot be patented.
One way to reconcile these facts is to say that "buying permission to use [an] instruction set" is a simplification, and it would be more accurate for this article to say something like Some features of some instruction sets are patented, and manufacturers are legally required to license (buy permission to use) those patented ideas before selling processors that use those ideas. Often the name of the instruction set is trademarked, and manufacturers license (buy permission to use) that name to use in advertisements for their chip.".
Another way to reconcile these facts is to say that Oracle v. Google and SAS Institute Inc. v World Programming Ltd don't apply to instruction sets hard-wired into physical CPU chips, and "people are legally required to buy permission to use an instruction set before fabricating and selling chips that use that instruction set".
I honestly don't know. I wish this article said something one way or the other.
Either way, my understanding is that manufacturers, in addition to "buying permission", also buy test suites and other things, not because they are legally required to, but because it's cheaper than developing their own independent test suites and other things.
I wish this article listed all of the things manufacturers typically buy from ARM Holdings and other groups of people that design processors. --DavidCary (talk) 14:23, 30 August 2014 (UTC)[reply]
If wishes were horses, beggars would ride. Expressing a wish for something gets you nothing unless somebody has the resources to fulfill the wish.
One version of the ARM architecture manual says:
The product described in this document is subject to continuous developments and improvements. All particulars of the product and its use contained in this document are given by ARM in good faith.
1. Subject to the provisions set out below, ARM hereby grants to you a perpetual, non-exclusive, nontransferable, royalty free, worldwide licence to use this ARM Architecture Reference Manual for the purposes of developing; (i) software applications or operating systems which are targeted to run on microprocessor cores distributed under licence from ARM; (ii) tools which are designed to develop software programs which are targeted to run on microprocessor cores distributed under licence from ARM; (iii) or having developed integrated circuits which incorporate a microprocessor core manufactured under licence from ARM.
2. Except as expressly licensed in Clause 1 you acquire no right, title or interest in the ARM Architecture Reference Manual, or any Intellectual Property therein. In no event shall the licences granted in Clause 1, be construed as granting you expressly or by implication, estoppel or otherwise, licences to any ARM technology other than the ARM Architecture Reference Manual. The licence grant in Clause 1 expressly excludes any rights for you to use or take into use any ARM patents. No right is granted to you under the provisions of Clause 1 to; (i) use the ARM Architecture Reference Manual for the purposes of developing or having developed microprocessor cores or models thereof which are compatible in whole or part with either or both the instructions or programmer's models described in this ARM Architecture Reference Manual; or (ii) develop or have developed models of any microprocessor cores designed by or for ARM; or (iii) distribute in whole or in part this ARM Architecture Reference Manual to third parties, other than to your subcontractors for the purposes of having developed products in accordance with the licence grant in Clause 1 without the express written permission of ARM; or (iv) translate or have translated this ARM Architecture Reference Manual into any other languages.
3.THE ARM ARCHITECTURE REFERENCE MANUAL IS PROVIDED "AS IS" WITH NO WARRANTIES EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF SATISFACTORY QUALITY, NONINFRINGEMENT OR FITNESS FOR A PARTICULAR PURPOSE.
4. No licence, express, implied or otherwise, is granted to LICENSEE, under the provisions of Clause 1, to use the ARM tradename, in connection with the use of the ARM Architecture Reference Manual or any products based thereon. Nothing in Clause 1 shall be construed as authority for you to make any representations on behalf of ARM in respect of the ARM Architecture Reference Manual or any products based thereon.
but they don't indicate what "rights" to "[develop] or [have developed]] microprocessor cores or models thereof which are compatible in whole or part with either or both the instructions or programmer's models described in this ARM Architecture Reference" are involved, what laws require those rights to be explicitly granted by ARM, or who will enforce those rights. Perhaps their only claim that you need them to grant you such a "right" comes from patents they have on features of the ARM architecture, just as, for example. MIPS has patents such as U.S. patent 4,814,976 on features of their architecture, or that they have a trademark on "ARM" and that you can't describe your processor as implementing the "ARM architecture" unless ARM grants you a trademark license to do so. Guy Harris (talk) 04:25, 31 August 2014 (UTC)[reply]

Integrated circuit design[edit]

@Dyl, Guy Harris, Ray Van De Walker, and DavidCary: I propose to state explicitly that PD is a subfield of Integrated circuit design. Any objections? AXONOV (talk) 09:48, 29 November 2021 (UTC)[reply]

I think we could qualify it a little, perhaps "microprocessor design is a subfield of integrated circuit design" or "modern commercial processor design is a subfield of integrated circuit design" or "a microprocessor is a kind of integrated circuit".
The vast majority of processors are part of a single integrated circuit, so it would seem that processor design is part of integrated circuit design. However, some historically important and influential processors were designed and built without any integrated circuits, such as the IBM Stretch, the Gemini Guidance Computer, PDP-10, etc. Even today, most people designing a new custom processor don't actually design any new integrated circuits (see Wikibooks: Microprocessor Design/Wire Wrap for a partial list of both hobbyist and commercial CPUs manufactured without a new IC).
So while they almost completely overlap, there is still a little sliver of processor design that seems to be outside of integrated circuit design. (And of course, there is a large amount of integrated circuit design that is completely outside of processor design, such as analog ICs and mixed-signal ICs). --DavidCary (talk) 02:35, 1 December 2021 (UTC)[reply]
Yes. Most processor design is currently integrated circuit design, but that hasn't been true forever. Guy Harris (talk) 02:43, 1 December 2021 (UTC)[reply]
That's fair point. I fully support narrowing to …modern processor…. Let me propose then to state that it's a subfield of ICD only if the processor is intended to be built (manufactured) in the silicon. Otherwise it's a subject to circuit design and logic synthesis — generally. It should exclude others ways of logic implementations (e.g. relays, vacuum tubes, etc.) and confusion about it. AXONOV (talk) 10:35, 11 December 2021 (UTC)[reply]