You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1While not off per se off-topic here, I would expect a higher resonance on EE.SE. (Sorry, can't help, Haven't had the need to learn thisrecently :))Raffzahn– Raffzahn2020-05-31 13:10:47 +00:00Commented May 31, 2020 at 13:10
- Perhaps if you could expand a little on what you actually want from (or in) such a book, it would help us to recommend one.Michael Graf– Michael Graf2020-06-03 12:54:05 +00:00Commented Jun 3, 2020 at 12:54
- Sure. I'm specifically looking for CPU design, but from a practical aspect of view. VHDL and Verilog is OK. One example that is missing from DEC is pipepiling. Now, I know how it works, but clearly laying an actual design as DEC does is something that I have yet to find. As I've said in another comment, there's James Sharman's Pipelined CPU YouTube series, which is a great example of a concrete design I would be expecting from such book.Hugo Sereno Ferreira– Hugo Sereno Ferreira2020-06-03 13:07:25 +00:00Commented Jun 3, 2020 at 13:07
- I'm not aware of such a book, and I doubt it exists. Pipelining adds serious complexity to a processor design if you want to show all the details, making it unsuitable for a textbook format, let alone for an undergraduate text like Malvino or the ones I mentioned below. Malvino could at least have mentioned pipelining in passing, and didn't: The concept goes back to the IBM Stretch, and was well in use on larger machines at the time. The 6502 has an almost-pipeline, overlapping execute and fetch for certain instructions, and that's not mentioned either.Michael Graf– Michael Graf2020-06-03 16:35:51 +00:00Commented Jun 3, 2020 at 16:35
- 1If it's pipelining you're interested in, you might also want to take a look at Appendix C of Hennessy and Patterson, Computer Architectures. That's some 80 pages on pipelining alone, including a very detailed look at the MIPS R4000 pipeline.Michael Graf– Michael Graf2020-06-03 20:20:16 +00:00Commented Jun 3, 2020 at 20:20
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you