summaryrefslogtreecommitdiffstats
path: root/main.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-06-03 15:49:37 +0100
committerYann Herklotz <git@yannherklotz.com>2020-06-03 15:49:37 +0100
commita31ef9e1d8cc171201443431664c6945c26fe5b8 (patch)
tree40d08d6ce2b3f3ea4e9d0602d439337aa1c42370 /main.tex
parent72bc8d5656230ebf9f3b20517edc1df8ca249933 (diff)
downloadoopsla21_fvhls-a31ef9e1d8cc171201443431664c6945c26fe5b8.tar.gz
oopsla21_fvhls-a31ef9e1d8cc171201443431664c6945c26fe5b8.zip
Try adding some inferrence rules
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex18
1 files changed, 11 insertions, 7 deletions
diff --git a/main.tex b/main.tex
index a321c7b..20d415a 100644
--- a/main.tex
+++ b/main.tex
@@ -47,12 +47,10 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Some recommended packages.
-\usepackage{booktabs} %% For formal tables:
- %% http://ctan.org/pkg/booktabs
-\usepackage{subcaption} %% For complex figures with subfigures/subcaptions
- %% http://ctan.org/pkg/subcaption
-
+\usepackage{amsmath}
+\usepackage{booktabs}
+\usepackage{mathpartir}
+\usepackage{subcaption}
\begin{document}
@@ -189,8 +187,14 @@
\section{Introduction}
-Text of paper \ldots
+\section{Verilog Semantics}
+\begin{align}
+ \label{eq:1}
+ \inferrule[Skip]{ }{\text{stmntrun}\ f\ a\ \text{Vskip}\ a} \\
+ \inferrule[CondTrue]{\text{exprrun}\ f\ \Delta\ c\ vc \\ \text{valToB}\ vc = \text{false} \\
+ \text{stmntrun}\ f\ as0\ stf\ as1}{\text{stmntrun}\ f\ as0\ (\text{Vcond}\ c\ stt\ stf)\ as1}
+\end{align}
%% Acknowledgments
\begin{acks} %% acks environment is optional