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

Subversion Repositories mult_booth_array

[/] [mult_booth_array/] [trunk/] [doc/] [booth_array_multiplier.tex] - Diff between revs 2 and 3

Show entire file | Details | Blame | View Log

Rev 2 Rev 3
Line 63... Line 63...
          Generic & Direction & Type & Word Size & Description\\
          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}
    \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|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|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|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|a_i|   & in  & \verb|slv|   & \verb|word_size_a|             & Input operand $A$\\
    \verb|b_i|   & in  & \verb|slv| & \verb|input_word_size|     & Input operand $B$\\
    \verb|b_i|   & in  & \verb|slv|   & \verb|word_size_b|             & Input operand $B$\\
    \verb|p_o|   & out & \verb|slv| & \verb|input_word_size + 2| & Product output $P=A \times B$\\
    \verb|p_o|   & out & \verb|slv|   & \verb|word_size_a+word_size_b| & Product output $P=A \times B$\\
    \bottomrule
    \bottomrule
   \end{tabular}
   \end{tabular}
\end{table}
\end{table}
 
 
 
 

powered by: WebSVN 2.1.0

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