diff --git a/tcl/startup/dilpars.tcl b/tcl/startup/dilpars.tcl new file mode 100644 index 0000000..6d97a17 --- /dev/null +++ b/tcl/startup/dilpars.tcl @@ -0,0 +1,8 @@ +proc apply_dilpars {} { + catch { + ts auto/condenseflow [hval dilpars/condenseflow] + } + catch { + ts auto/circulateflow [hval dilpars/circulateflow] + } +}