OpenCores
URL https://opencores.org/ocsvn/mult_booth_array/mult_booth_array/trunk

Subversion Repositories mult_booth_array

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /mult_booth_array
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

/trunk/doc/booth_array_multiplier.pdf Cannot display: file marked as a binary type. svn:mime-type = application/pdf
/trunk/doc/booth_array_multiplier.tex
62,12 → 62,12
\toprule
Generic & Direction & Type & Word Size & Description\\
\cmidrule(rl){1-1} \cmidrule(rl){2-2} \cmidrule(rl){3-3} \cmidrule(rl){4-4} \cmidrule(rl){5-5}
\verb|clk_i| & in & \verb|sl| & 1 & Clock input (used when \verb|use_pipelining=true| or \verb|sync_in_out=true|)\\
\verb|rst_i| & in & \verb|sl| & 1 & Reset input (used when \verb|use_pipelining=true| or \verb|sync_in_out=true|)\\
\verb|ce_i| & in & \verb|sl| & 1 & Clock enable input (used when \verb|use_pipelining=true| or \verb|sync_in_out=true|)\\
\verb|a_i| & in & \verb|slv| & \verb|input_word_size| & Input operand $A$\\
\verb|b_i| & in & \verb|slv| & \verb|input_word_size| & Input operand $B$\\
\verb|p_o| & out & \verb|slv| & \verb|input_word_size + 2| & Product output $P=A \times B$\\
\verb|clk_i| & in & \verb|sl| & 1 & Clock input (used when \verb|use_pipelining=true| or \verb|sync_in_out=true|)\\
\verb|rst_i| & in & \verb|sl| & 1 & Reset input (used when \verb|use_pipelining=true| or \verb|sync_in_out=true|)\\
\verb|ce_i| & in & \verb|sl| & 1 & Clock enable input (used when \verb|use_pipelining=true| or \verb|sync_in_out=true|)\\
\verb|a_i| & in & \verb|slv| & \verb|word_size_a| & Input operand $A$\\
\verb|b_i| & in & \verb|slv| & \verb|word_size_b| & Input operand $B$\\
\verb|p_o| & out & \verb|slv| & \verb|word_size_a+word_size_b| & Product output $P=A \times B$\\
\bottomrule
\end{tabular}
\end{table}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.