From 95991f47d406b58f368dbe377094a601142de397 Mon Sep 17 00:00:00 2001 From: Rahix Date: Fri, 23 May 2025 01:19:28 +0200 Subject: [PATCH] Remove original tech tree dot file All information has been transcoded into the issue manager. --- tree.dot | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 tree.dot diff --git a/tree.dot b/tree.dot deleted file mode 100644 index 906d6d1..0000000 --- a/tree.dot +++ /dev/null @@ -1,52 +0,0 @@ -digraph { - wet_lab [label="Wet Lab"] - lapping [label="Lapping Machine"] - fiber_laser [label="Fiber Laser"] - rie [label="Reactive Ion Etching"] - plasma [label="Plasma Etching"] - - wet_lab -> decapping [label="HNO3/H2SO4"] - lapping -> decapping - fiber_laser -> decapping - plasma -> decapping - decapping [label="Decapping"] - - delayering [label="Delayering"] - fiber_laser -> delayering - lapping -> delayering - rie -> delayering - decapping -> delayering - wet_lab -> delayering [label="HNO3/HF"] - - optical_stage [label="Optical Microscope with X/Y motorized stage"] - - laser_fault_injection [label="Laser Fault Injection"] - decapping -> laser_fault_injection - optical_stage -> laser_fault_injection - - body_bias_injection [label="Body Bias Injection"] - decapping -> body_bias_injection - - sem_motorized_stage [label="SEM motorized stage"] - - chip_imaging [label="Simple Chip Imaging"] - delayering -> chip_imaging - sem_motorized_stage -> chip_imaging - - nanoprobing [label="SEM nanoprobing/live analysis"] - sem_motorized_stage -> nanoprobing - delayering -> nanoprobing - - sem_fault_injection [label="SEM Fault Injection"] - nanoprobing -> sem_fault_injection - - staining [label="DASH Stain"] - wet_lab -> staining [label="HNO3/HF"] - - full_chip_re [label="Full Chip RE"] - chip_imaging -> full_chip_re - staining -> full_chip_re - - microprobing [label="Microprobing"] - optical_stage -> microprobing -}