From 63579139273bb9f24504dccc94b4c0a938f34c64 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 21 Mar 2019 09:45:13 -0700 Subject: [PATCH] Remove TESTPLL nodes from piplist. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/041-clk-hrow-pips/clk_hrow_pip_list.tcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fuzzers/041-clk-hrow-pips/clk_hrow_pip_list.tcl b/fuzzers/041-clk-hrow-pips/clk_hrow_pip_list.tcl index 2679bd36..791a369d 100644 --- a/fuzzers/041-clk-hrow-pips/clk_hrow_pip_list.tcl +++ b/fuzzers/041-clk-hrow-pips/clk_hrow_pip_list.tcl @@ -23,6 +23,11 @@ proc print_tile_pips {tile_type filename} { continue } + # Some ports appear to be just test signals, ignore these. + if [string match *TESTPLL* $src_node] { + continue + } + if {[llength [get_nodes -uphill -of_objects [get_nodes -of_objects $dst]]] != 1} { set pip_string "$tile_type.[regsub {.*/} $dst ""].[regsub {.*/} $src ""]" if ![dict exists $pips $pip_string] {