Skip to content

Commit 4647050

Browse files
authored
Merge pull request hdl#313 from hzeller/20240403-fix-pdk-namespace
Fix namespace of PdkInfoProto to better reflect the intent.
2 parents 33e760b + a13fd17 commit 4647050

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)