From: Andrey Miroshnikov Date: Fri, 22 Jul 2022 10:37:54 +0000 (+0100) Subject: Added initial file for the proposal doc X-Git-Tag: opf_rfc_ls005_v1~1150 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2cd87277fbdebc1946ad916eab496c78c3037c80;p=libreriscv.git Added initial file for the proposal doc --- diff --git a/svp64-primer/svp64-proposal.tex b/svp64-primer/svp64-proposal.tex new file mode 100644 index 000000000..eb714dbf7 --- /dev/null +++ b/svp64-primer/svp64-proposal.tex @@ -0,0 +1,33 @@ +\documentclass[a4paper, 10pt]{article} +\usepackage[utf8]{inputenc} +\usepackage[firstpage]{draftwatermark} +\usepackage[printonlyused,withpage]{acronym} +\usepackage{graphicx} +\usepackage{float} +\usepackage{url} +\usepackage[margin=1.1in]{geometry} +\graphicspath{ {./img/} } + +\title{(DRAFT) SVP64 Primer} + +\author{Luke Kenneth Casson Leighton, Andrey Miroshnikov} + +\SetWatermarkLightness{0.5} +\SetWatermarkScale{4} +%\SetWatermarkText{DRAFT!} + +\begin{document} +\maketitle + + +\input{acronyms} +\pagebreak +%\input{summary} +\section{Summary} +Simple Vectorisation requires considering the ISA as a 2-dimensional concept, with the instructions comprising of one (vertical), and the register file as another (horizontal). + +\section{References} +%\textit{(All references and sources are available on request)} +\bibliography{references} +\bibliographystyle{ieeetr} +\end{document}