From 623788517c8338a7ab3985b01f3ccd01d25decc6 Mon Sep 17 00:00:00 2001 From: Olivia Hsu Date: Mon, 4 Sep 2023 14:13:57 -0700 Subject: [PATCH] Fix the 'T' mistake --- compiler/sam-outputs/dot/mat_mask_tri_fiberwrite.gv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/sam-outputs/dot/mat_mask_tri_fiberwrite.gv b/compiler/sam-outputs/dot/mat_mask_tri_fiberwrite.gv index 5364b62d..81834eb2 100644 --- a/compiler/sam-outputs/dot/mat_mask_tri_fiberwrite.gv +++ b/compiler/sam-outputs/dot/mat_mask_tri_fiberwrite.gv @@ -1,5 +1,5 @@ digraph SAM { - comment="x=none,B=ss01,C=ss01,D=ss10,T=ss01" + comment="x=none,B=ss01,C=ss01,D=ss10,T=sss012" 22 [comment="type=fiberlookup,index=i,tensor=B,mode=0,format=compressed,src=true,root=true" label="FiberLookup i: B0\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="i" tensor="B" mode="0" format="compressed" src="true" root="true"] 21 [comment="type=intersect,index=i" label="intersect i" color=purple shape=box style=filled type="intersect" index="i"] 20 [comment="type=repsiggen,index=i" label="RepeatSignalGenerator i" color=cyan3 shape=box style=filled type="repsiggen" index="i"]