Skip to content

Commit

Permalink
[bazel,otp] Move otp_ctrl_img.c.tpl to util/design/data
Browse files Browse the repository at this point in the history
This is part of moving the otp image collateral out of hw/ip/otp_ctrl
in preparation for multi-top.

Part of lowRISC#25019

Signed-off-by: Guillermo Maturana <[email protected]>
  • Loading branch information
matutem committed Dec 3, 2024
1 parent 1c884f8 commit 09e2cc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/otp.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ otp_image_consts = rule(
),
"c_template": attr.label(
allow_single_file = True,
default = "//hw/ip/otp_ctrl/data:otp_ctrl_img.c.tpl",
default = "//util/design/data:otp_ctrl_img.c.tpl",
doc = "OTP image header template.",
),
"verbose": attr.bool(
Expand Down
File renamed without changes.

0 comments on commit 09e2cc5

Please sign in to comment.