About 332,000 results
Open links in new tab
  1. what is a bus (physically) in digital design?

    Aug 4, 2016 · Is bus a bunch of wires connected between functional blocks? or does it have any other functional importance? if possible, someone please provide some material to get some …

  2. What are different types of computer architectures?

    Aug 27, 2010 · There are many different kinds of computer architectures. One way of categorizing computer architectures is by number of instructions executed per clock. Many computing …

  3. How does pipelined CPU access both code and data memory in …

    Dec 3, 2024 · 7 In the Digital Design and Computer Architecture RISC-V Edition page 442, a pipelined CPU is designed with separate instruction and data memories, as shown in the …

  4. What is the difference between Computer Organization and …

    Sep 30, 2020 · Computer Organization refers to the high-level aspects of the design of a computer. Computer Organization is also known as microarchitecture. It is about the …

  5. computer architecture - How to design a 32-Bit Floating point ...

    Jun 10, 2025 · My plan is to design a 32 bit floating point multiplier from scratch. I am still an undergrad with very beginner understanding in computer architecture, Verilog/VHDL and …

  6. digital logic - Next steps in learning computer design - Electrical ...

    Mar 7, 2020 · Look for textbooks that major universities use for computer arithmetic and introductory computer architecture courses. Look for Computer Science textbooks that cover …

  7. What is the meaning of the term "schematic capture"?

    Jul 20, 2021 · 8 tl; dr: 'schematic capture' is the process of taking a design created on another medium (e.g., paper) and re-creating a digital graphical version of it. The term schematic …

  8. How to get more than 100mA from a USB port

    Oct 23, 2010 · If you violate this, you may also damage a poorly design computer (Davr is spot on there, this is poor practice). You may pull up to 1.8A from a charging port, but this is a rare …

  9. How do I design my very own ARM based processors?

    Here is how YOU do it: Take a graduate level computer architecture course at your local university. Take more courses in digital logic and whatever else. Design a CPU from scratch in …

  10. Is this a good (or "the right") way to design more complex circuits?

    Jun 9, 2025 · 8 I am working on a 8-bit computer and using KiCAD for the schematics and PCB design. I have a working first version, where I could place everything on a single sheet. I am …