Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ASIC variable for generate documents; include asic_results.tex file if ASIC=1; remove TEX and INTERCON submodules; update UART submodule #251

Merged
merged 2 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,3 @@
[submodule "submodules/LIB"]
path = submodules/LIB
url = [email protected]:IObundle/iob-lib.git
[submodule "submodules/TEX"]
path = submodules/TEX
url = [email protected]:IObundle/iob-tex.git
[submodule "submodules/INTERCON"]
path = submodules/INTERCON
url = [email protected]:IObundle/iob-interconnect.git
1 change: 1 addition & 0 deletions document/document.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include $(ROOT_DIR)/config.mk
#FPGA results to include
INTEL = 1
XILINX = 1
ASIC = 0
XIL_FAMILY:=AES-KU040-DB-G
INT_FAMILY:=CYCLONEV-GT-DK

Expand Down
4 changes: 3 additions & 1 deletion document/results.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
\label{tab:fpga_results}
\end{table}

\ifnum\ASIC=1
\begin{table}[H]
\centering
\begin{tabular}{|l|r|r|}
Expand All @@ -57,8 +58,9 @@
\textbf{Module} & \textbf{Area} ($\SI{}{\milli\meter\squared}$) & \textbf{Cells}\\
\hline
\hline
\input ../asic_results.tex
\input asic_results.tex
\end{tabular}
\caption{ASIC results for node UMC 130nm.}
\label{tab:asic_results}
\end{table}
\fi
1 change: 0 additions & 1 deletion submodules/INTERCON
Submodule INTERCON deleted from 39b103
1 change: 0 additions & 1 deletion submodules/TEX
Submodule TEX deleted from 6f2c69
2 changes: 1 addition & 1 deletion submodules/UART
Submodule UART updated 1 files
+1 −1 submodules/TEX