Saltar al contenido principal
LibreTexts Español

11.4: Vínador

  • Page ID
    82756
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    El ALU es la parte de la CPU que implementa operaciones, tales como sumar, restar, multiplicar, dividir, OR, Y, turno, etc. La sumadora en este texto se presentó como un ejemplo de una operación que se realizaría en la ALU. En esta ALU, hay un bus de control AluOpt que consta de 4 cables, los cuales pueden especificar hasta 16 operaciones. Solo se implementan 4 operaciones en esta ALU, integer add, sub, multiplicar y dividir. Las 4 operaciones se calculan todo el tiempo, pero solo se devuelve un resultado, y ese resultado es seleccionado por un mux siempre ubicuo.

    Figura\(\PageIndex{1}\): Implementación de ALU

    Screen Shot 2020-06-27 at 1.49.38 PM.png


    This page titled 11.4: Vínador is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Charles W. Kann III via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.