aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/RTLBlockInstr.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/hls/RTLBlockInstr.v')
-rw-r--r--src/hls/RTLBlockInstr.v6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/hls/RTLBlockInstr.v b/src/hls/RTLBlockInstr.v
index 5e17115..8353452 100644
--- a/src/hls/RTLBlockInstr.v
+++ b/src/hls/RTLBlockInstr.v
@@ -251,12 +251,6 @@ Definition sat_pred_simple (bound: nat) (p: pred_op) :=
| None => None
end.
-Definition sat_pred_temp (bound: nat) (p: pred_op) :=
- match trans_pred_temp bound p with
- | Some fm => boundedSatSimple bound fm
- | None => None
- end.
-
Inductive instr : Type :=
| RBnop : instr
| RBop : option pred_op -> operation -> list reg -> reg -> instr