Skip to content

Commit a10e9ba

Browse files
committed
Merge branch 'release-1.0'
2 parents 9067dfe + 2805438 commit a10e9ba

File tree

122 files changed

+18468
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+18468
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Convert line endings for text files on Windows
2+
* text=auto

LICENSE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2016 by Alex I. Kuznetsov
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# lxp32-cpu
2+
3+
A lightweight, open source 32-bit CPU core optimized for FPGA implementation.
4+
5+
Project website: [https://lxp32.github.io/](https://lxp32.github.io/)

doc/lxp32-logo.png

531 Bytes
Loading

doc/lxp32-trm.pdf

635 KB
Binary file not shown.

doc/src/logo/lxp32-logo.svg

Lines changed: 104 additions & 0 deletions
Loading

doc/src/trm/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*.aux
2+
/*.log
3+
/*.gz
4+
/*.toc
5+
/*.pdf
6+
/*.out

doc/src/trm/frontmatter.tex

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
\frontmatter
2+
3+
% Title page
4+
5+
\thispagestyle{empty}
6+
\pdfbookmark{Title}{bmk:title}
7+
\calccentering{\unitlength}
8+
\begin{adjustwidth*}{\unitlength}{-\unitlength}
9+
\vspace*{\fill}
10+
\begin{center}
11+
\DoubleSpacing
12+
\includegraphics[scale=0.2]{images/lxp32-logo.pdf}\par
13+
\vspace{\onelineskip}
14+
\huge \lxp{}\par
15+
\Large a lightweight open source 32-bit CPU core\par
16+
\LARGE \textbf{Technical Reference Manual}\par
17+
\vspace{1.2\onelineskip}
18+
\large Version 1.0\par
19+
\vspace*{4\onelineskip}
20+
\end{center}
21+
\vspace*{\fill}
22+
\end{adjustwidth*}
23+
24+
\clearpage
25+
26+
% Copyright page
27+
28+
\thispagestyle{empty}
29+
30+
{
31+
\small
32+
\setlength{\parindent}{0pt}
33+
\nonzeroparskip
34+
35+
\vspace*{\fill}
36+
37+
Copyright \textcopyright{} 2016 by Alex I. Kuznetsov.
38+
39+
The entire \lxp{} IP core package, including the synthesizable RTL description, verification environment, documentation and software tools, is distributed under the terms of the MIT license reproduced below:
40+
41+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ``Software''), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
42+
43+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
44+
45+
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46+
47+
\vspace{4\baselineskip}
48+
49+
Altera and Cyclone are trademarks of Altera Corporation and registered in the U.S. Patent and Trademark Office and in other countries.
50+
51+
Mentor Graphics and ModelSim are trademarks of Mentor Graphics Corporation.
52+
53+
Microsemi and IGLOO are trademarks of Microsemi Corporation.
54+
55+
Microsoft, Windows and Visual Studio are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
56+
57+
Verilog is a registered trademark of Cadence Design Systems, Inc.
58+
59+
Xilinx, Artix and Vivado are trademarks of Xilinx in the United States and other countries.
60+
61+
All other trademarks are the property of their respective owners.
62+
}
63+
64+
\cleardoublepage
65+
66+
% Table of contents
67+
68+
\pdfbookmark{\contentsname}{bmk:contents}
69+
70+
\tableofcontents*

doc/src/trm/images/blockdiagram.pdf

60.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)