Skip to content

Commit 828d65d

Browse files
committed
Remove //hw/bitstream:package target which is unused and untested
Signed-off-by: Amaury Pouly <[email protected]>
1 parent 0791e55 commit 828d65d

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

hw/bitstream/BUILD

-14
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,3 @@ pkg_tar(
182182
strip_prefix = "/hw/bitstream/chip_earlgrey_cw340_cached_fragment",
183183
tags = ["manual"],
184184
)
185-
186-
# Packaging rule for spliced bitstreams
187-
pkg_files(
188-
name = "package",
189-
testonly = True,
190-
srcs = [
191-
":mask_rom",
192-
] + [
193-
":mask_rom_otp_{}".format(otp_name)
194-
for (otp_name, _) in get_otp_images()
195-
],
196-
prefix = "earlgrey/fpga_cw310/standard",
197-
tags = ["manual"],
198-
)

release/BUILD

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pkg_tar(
1212
testonly = True,
1313
srcs = [
1414
"//hw:package",
15-
"//hw/bitstream:package",
1615
"//hw/bitstream/vivado:package",
1716
"//hw/top_earlgrey/data/otp:package",
1817
"//sw/device/examples/hello_world:package",

0 commit comments

Comments
 (0)