aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/PrintRTLBlockInstr.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/hls/PrintRTLBlockInstr.ml')
-rw-r--r--src/hls/PrintRTLBlockInstr.ml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hls/PrintRTLBlockInstr.ml b/src/hls/PrintRTLBlockInstr.ml
index ba7241b..808d342 100644
--- a/src/hls/PrintRTLBlockInstr.ml
+++ b/src/hls/PrintRTLBlockInstr.ml
@@ -52,6 +52,11 @@ let print_bblock_body pp i =
fprintf pp "%a = %a\n"
pred p
(PrintOp.print_condition reg) (c, args)
+ | RBpiped (p, fu, args) ->
+ fprintf pp "%a piped\n" print_pred_option p
+ | RBassign (p, fu, src, dst) ->
+ fprintf pp "%a %a = %a" print_pred_option p
+ reg src reg dst
let rec print_bblock_exit pp i =
fprintf pp "\t\t";