From 85d08a30d61124bc13c6e7f3268ea007a04d930d Mon Sep 17 00:00:00 2001 From: James Cherry Date: Fri, 30 Dec 2022 19:41:47 -0700 Subject: [PATCH] report_net tristate pins Signed-off-by: James Cherry --- tcl/Network.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/Network.tcl b/tcl/Network.tcl index 853e649b..8db521b5 100644 --- a/tcl/Network.tcl +++ b/tcl/Network.tcl @@ -79,7 +79,7 @@ proc report_instance_pins { instance verbose } { report_instance_pins1 $instance $verbose \ " Input pins:" 0 {"input" "bidirect"} report_instance_pins1 $instance $verbose \ - " Output pins:" 0 {"output" "bidirect"} + " Output pins:" 0 {"output" "bidirect" "tristate"} report_instance_pins1 $instance $verbose \ " Other pins:" 1 {"internal" "power" "ground" "unknown"} }