_output_handler
authoryu.dongliang <18588496441@163.com>
Wed, 1 Nov 2023 02:42:45 +0000 (10:42 +0800)
committeryu.dongliang <18588496441@163.com>
Wed, 1 Nov 2023 02:42:45 +0000 (10:42 +0800)
ses_layout.c
ses_step_output.c

index bf2e0e1363b8e1ff4598bbe9896204e9f2031ad9..172069b25ad1f8cfbc6c2dae2bf3d47c3f23b6b0 100644 (file)
@@ -1639,7 +1639,7 @@ int ses_layout_board(ScfEboard* b)
                        return ret;
                }
 
-//             ses_steps_analyse(f, 5, 1);
+               ses_steps_analyse(f, 5, 1);
 
                x = f->x;
                y = f->y;
index 0b8a77b5aedbb6668d08a1b91d477e2783c5edf1..614a69e49caeabef504630351628fc8bbf158efd 100644 (file)
@@ -164,7 +164,7 @@ static int _output_handler(ScfEfunction* f, int64_t ns, int64_t count, ses_ctx_t
        for (i = 0; i < f->n_elines; i++) {
                el =        f->elines[i];
 
-               if (SCF_EDA_PIN_OUT & el->flags) {
+               if ((SCF_EDA_PIN_OUT | SCF_EDA_PIN_CF) & el->flags) {
 
                        if (__ses_path_pos(f, el)) {