Skip to content

表格排版问题 #80

Answered by note286
lei1320719647 asked this question in Q&A
Mar 19, 2023 · 3 comments · 8 replies
Discussion options

You must be logged in to vote
\documentclass{xdupgthesis}
\usepackage{tabularray}
\begin{document}
\begin{table}[h]
\caption{HBM物理地址含义表}
\label{tab3.2}
\begin{tblr}
{
colspec    = {X[c,m]X[c,m]X[c,m]},
hline{1,Z} = {wd=.08em},
hline{2}   = {wd=.05em},
row{1}     = {font=\bfseries},
}
HBM地址比特含义         & 4H设备(4G/stack) & 8H设备(8G/stack) \\
总地址位宽              & 33bit ([32:0])     & 34bit ([33:0])     \\
Stack(0=left;1=right) & [32]               & [33]               \\
AXI端口选择             & [31:28]            & [31:29]            \\
有效访存地址            & [27:5]             & [28:5]             \\
保留地址                & [4:0]              & [4:0]              \\
\end{tblr}
\end{table}
\end{document}

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@note286
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@lei1320719647
Comment options

@note286
Comment options

@lei1320719647
Comment options

@note286
Comment options

@lei1320719647
Comment options

Answer selected by note286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants