From 2cd87277fbdebc1946ad916eab496c78c3037c80 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Fri, 22 Jul 2022 11:37:54 +0100 Subject: [PATCH] Added initial file for the proposal doc --- svp64-primer/svp64-proposal.tex | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 svp64-primer/svp64-proposal.tex 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} -- 2.30.2