Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
CAOS_HW
HDL_IP
SafeSU
Commits
b33ea578
Commit
b33ea578
authored
Sep 23, 2020
by
GuillemCabo
Browse files
add bib, fix refs
parent
c2ca78ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
docs/pmu_ahb_specification/1-Section.tex
View file @
b33ea578
...
...
@@ -2,7 +2,7 @@
\section
{
General purpose of the module
}
This module is the top level for the application specific PMU.
It implements an AHB slave interface that connects with any compliant master with a 32 wide amba bus.
Wider buses can be used with minimal modifications, for more detail on this matter check AMBA AHB specification
\cite
{
TODO
}
, section 6.
2
.1.
\\
Wider buses can be used with minimal modifications, for more detail on this matter check AMBA AHB
5
specification
\cite
{
AHB5-20Jul
}
, section 6.
3
.1.
\\
%http://www.eecs.umich.edu/courses/eecs373/readings/ARM_IHI0033A_AMBA_AHB-Lite_SPEC.pdf
\\
The module has a set of registers that are synchronized between the interface agnostic PMU and the SoC. Writes to the registers are updated to internal registers of each PMU feature if needed.
\ No newline at end of file
docs/pmu_ahb_specification/4-Section.tex
View file @
b33ea578
...
...
@@ -51,10 +51,10 @@
\hline
\end{tabular}
\caption
{
Ports of module pmu
\_
ahb
}
\label
{
port:pmu
\
_
ahb
}
\label
{
port:pmu
_
ahb
}
\end{table}
Interface signals of the module are listed in table
\ref
{
port:
RDC
}
Interface signals of the module are listed in table
\ref
{
port:
pmu
_
ahb
}
%TODO
%\begin{table}[H]
...
...
docs/pmu_ahb_specification/bib/cite.bib
0 → 100644
View file @
b33ea578
@article
{
AHB5-20Jul
,
author
=
{Arm}
,
title
=
{{Arm AMBA 5 AHB Protocol Specification}}
,
year
=
{2020}
,
month
=
{Jul}
,
publisher
=
{Arm}
,
url
=
{https://documentation-service.arm.com/static/5f23d3adda9f9552000f9cc2}
}
\ No newline at end of file
docs/pmu_ahb_specification/main.tex
View file @
b33ea578
...
...
@@ -51,6 +51,7 @@
%\setlength\parindent{0pt} % Removes all indentation from paragraphs - comment this line for an assignment with lots of text
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength\parskip
{
4pt
}
%----------------------------------------------------------------------------------------
...
...
@@ -102,5 +103,9 @@
\input
{
8-Section.tex
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Bibliography
\bibliographystyle
{
apalike
}
\cleardoublepage
\bibliography
{
bib/cite
}
% Path to your References.bib file
\end{document}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment