Skip to content

Commit

Permalink
bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
catharanthus committed Oct 21, 2021
1 parent 7d45285 commit 94e6b63
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Binary file modified doc/lxp32-trm.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/src/trm/frontmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
\Large a lightweight open source 32-bit CPU core\par
\LARGE \textbf{Technical Reference Manual}\par
\vspace{1.2\onelineskip}
\large Version 1.1\par
\large Version 1.2\par
\vspace*{4\onelineskip}
\end{center}
\vspace*{\fill}
Expand Down
11 changes: 11 additions & 0 deletions doc/src/trm/lxp32-trm.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,17 @@ \section{Data bus}

\chapter{List of changes}

\section*{Version 1.2 (2021-10-21)}

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.

\begin{itemize}
\item \shellcmd{lxp32asm} now supports C-style conditional processing directives: \instr{\#ifdef}, \instr{\#ifndef}, \instr{\#else} and \instr{\#endif}.
\item \instr{\#define} directive can now declare a macro with zero subsitute tokens.
\item A new \instr{\#error} directive.
\item Minor changes to the testbench.
\end{itemize}

\section*{Version 1.1 (2019-01-11)}

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.
Expand Down

0 comments on commit 94e6b63

Please sign in to comment.