From 94b4654302b3d66bbd06498c6ced864e43028856 Mon Sep 17 00:00:00 2001 From: Josh Varga Date: Tue, 4 Jun 2024 16:28:57 -0700 Subject: [PATCH] Change visibility of design_stats_py_pb2 to allow other Python code to read the results of gather_design_stats. PiperOrigin-RevId: 640320427 --- xls/tools/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/xls/tools/BUILD b/xls/tools/BUILD index 7077bdfc40..ab3c99196e 100644 --- a/xls/tools/BUILD +++ b/xls/tools/BUILD @@ -1603,6 +1603,7 @@ proto_library( py_proto_library( name = "design_stats_py_pb2", + visibility = ["//xls:xls_utility_users"], deps = [":design_stats_proto"], )