Skip to content

Commit 94e6b63

Browse files
committed
bump version number, update changelog
1 parent 7d45285 commit 94e6b63

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

doc/lxp32-trm.pdf

-2.53 KB
Binary file not shown.

doc/src/trm/frontmatter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
\Large a lightweight open source 32-bit CPU core\par
1616
\LARGE \textbf{Technical Reference Manual}\par
1717
\vspace{1.2\onelineskip}
18-
\large Version 1.1\par
18+
\large Version 1.2\par
1919
\vspace*{4\onelineskip}
2020
\end{center}
2121
\vspace*{\fill}

doc/src/trm/lxp32-trm.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,17 @@ \section{Data bus}
18281828

18291829
\chapter{List of changes}
18301830

1831+
\section*{Version 1.2 (2021-10-21)}
1832+
1833+
This release introduces a few non-breaking changes to the software and testbench. The CPU RTL description hasn't been changed from the previous release.
1834+
1835+
\begin{itemize}
1836+
\item \shellcmd{lxp32asm} now supports C-style conditional processing directives: \instr{\#ifdef}, \instr{\#ifndef}, \instr{\#else} and \instr{\#endif}.
1837+
\item \instr{\#define} directive can now declare a macro with zero subsitute tokens.
1838+
\item A new \instr{\#error} directive.
1839+
\item Minor changes to the testbench.
1840+
\end{itemize}
1841+
18311842
\section*{Version 1.1 (2019-01-11)}
18321843

18331844
This release introduces a minor but technically breaking hardware change: the START\_ADDR generic, which used to be 30-bit, has been for convenience extended to a full 32-bit word; the two least significant bits are ignored.

0 commit comments

Comments
 (0)