Skip to content

Commit a13fd17

Browse files
committed
Fix namespace of PdkInfoProto to better reflect the intent.
Namespaces for protocol buffers should not be based on path-elements but primarily on what they represent. This proto has nothing to do with bazel nor rules, just hdl.
1 parent 33e760b commit a13fd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdk/proto/pdk_info.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
syntax = "proto2";
22

3-
package bazel_rules_hdl.pdk;
3+
package hdl.pdk;
44

55
message PdkInfoProto {
66
repeated string cell_lef_paths = 1;

0 commit comments

Comments
 (0)