aboutsummaryrefslogtreecommitdiffstats
path: root/src/SoftwarePipelining/SPIMS.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/SoftwarePipelining/SPIMS.ml')
-rw-r--r--src/SoftwarePipelining/SPIMS.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SoftwarePipelining/SPIMS.ml b/src/SoftwarePipelining/SPIMS.ml
index a31f3d2..48e7339 100644
--- a/src/SoftwarePipelining/SPIMS.ml
+++ b/src/SoftwarePipelining/SPIMS.ml
@@ -11,7 +11,7 @@
open Graph.Pack.Digraph
-open Basic
+open SPBasic
module NI = Map.Make (struct type t = G.V.t let compare = compare end)
@@ -173,6 +173,6 @@ let pipeliner ddg heightr =
let print_schedule sched =
NI.iter (fun node time ->
- Printf.fprintf Debug.dc "%s |---> %i \n" (string_of_node node) time
+ Printf.fprintf SPDebug.dc "%s |---> %i \n" (string_of_node node) time
) sched